Skip to content

Commit

Permalink
chg: [flask] cleanup, remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Aug 2, 2023
1 parent ac45c2d commit 7d19da0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions var/www/Flask_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
import importlib
from os.path import join

# # TODO: put me in lib/Tag
from pytaxonomies import Taxonomies

sys.path.append('./modules/')

sys.path.append(os.environ['AIL_BIN'])
Expand Down Expand Up @@ -255,6 +252,7 @@ def page_not_found(e):
Tag.enable_taxonomy_tags(taxonomy)

# ========== INITIAL tags auto export ============
# from pytaxonomies import Taxonomies
# taxonomies = Taxonomies()
#
# infoleak_tags = taxonomies.get('infoleak').machinetags()
Expand Down

0 comments on commit 7d19da0

Please sign in to comment.