Skip to content

Commit

Permalink
error in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuselli committed Dec 12, 2023
1 parent 5767b82 commit 6280a28
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion amstrax/auto_processing/auto_processing_stoomboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import subprocess
from datetime import datetime, timedelta
import logging
from log.handlers import TimedRotatingFileHandler

import sys

Expand Down
1 change: 0 additions & 1 deletion amstrax/auto_processing/copy_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import pymongo
import amstrax
import logging
from log.handlers import TimedRotatingFileHandler
import os

# Define a dictionary for storage locations
Expand Down
1 change: 0 additions & 1 deletion amstrax/auto_processing/delete_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import pymongo
import amstrax
import logging
from log.handlers import TimedRotatingFileHandler
import os

def parse_args():
Expand Down

0 comments on commit 6280a28

Please sign in to comment.