Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Remove unused import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnbus committed Sep 5, 2019
1 parent 9b137ad commit c410fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/uptycs_alertpull.py
Expand Up @@ -5,7 +5,7 @@
# #


import sys import sys
from datetime import datetime, timedelta, tzinfo from datetime import datetime, timedelta


from mozdef_util.utilities.toUTC import toUTC from mozdef_util.utilities.toUTC import toUTC
from mozdef_util.utilities.logger import logger from mozdef_util.utilities.logger import logger
Expand Down

0 comments on commit c410fe2

Please sign in to comment.