Skip to content

Commit

Permalink
remove incompatible enum
Browse files Browse the repository at this point in the history
we can not use the enum library because it conflicts with enum34
  • Loading branch information
SpacemanSteve authored and SpacemanSteve committed Feb 16, 2021
1 parent 0cabb11 commit 1c3c68c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions adsmp/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@
import requests
from copy import deepcopy
import sys
# from enum import Enum
from sqlalchemy.dialects.postgresql import insert

# ProductionStores = Enum('solr', 'metrics', 'links')


class ADSMasterPipelineCelery(ADSCelery):

Expand Down

0 comments on commit 1c3c68c

Please sign in to comment.