Skip to content

Commit

Permalink
[project] not used
Browse files Browse the repository at this point in the history
  • Loading branch information
majidaldo committed Feb 6, 2025
1 parent 21ef51b commit f00d280
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions project/src/project/tasks/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@
def config(dev = True):
from project.tasks.git import config as gitconfig
if dev: gitconfig(dev=dev)
from speckle.config import config; config(dev=dev)
from project_azure.config import config; config(dev=dev)
from project_dvc.config import config; config(dev=dev)
from topquadrant.config import config; config()
from models.config import config; config(dev=dev)
#from graphdb.graphdb import config; config(dev=dev)
# from <workspace>.config import config; config()
# ...etc.
# order might matter
...


if __name__ == '__main__':
Expand Down

0 comments on commit f00d280

Please sign in to comment.