Skip to content

Commit

Permalink
Refactor: Remove configure.py (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay authored Jul 25, 2024
2 parents a93ee93 + 3356487 commit 0b52f29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 83 deletions.
3 changes: 0 additions & 3 deletions exporter/SynthesisFusionAddin/Synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
# Transition: AARD-1721
# Should attempt to fix this ordering scheme within AARD-1741
from .src.APS import APS # isort:skip
from .src.configure import setAnalytics, unload_config # isort:skip


@logFailure
Expand Down Expand Up @@ -66,8 +65,6 @@ def stop(_):
logger = getLogger(INTERNAL_ID)
logger.cleanupHandlers()

unload_config()

for file in gm.files:
try:
os.remove(file)
Expand Down
80 changes: 0 additions & 80 deletions exporter/SynthesisFusionAddin/src/configure.py

This file was deleted.

0 comments on commit 0b52f29

Please sign in to comment.