forked from expo/troggle
ruff removed unused imports
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import os
|
||||
import shutil
|
||||
from pprint import pprint
|
||||
|
||||
"""Cleans all django-created files and compiled python. Used by the
|
||||
pre-run.sh script which cleans and initialises everything before
|
||||
@@ -79,7 +78,7 @@ def main():
|
||||
delete_sqlite3()
|
||||
print("All cleanup operations performed successfully.")
|
||||
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
print("There was some error! Aaargh. \n")
|
||||
raise
|
||||
|
||||
|
||||
Reference in New Issue
Block a user