Skip to content

Commit

Permalink
Use global depend
Browse files Browse the repository at this point in the history
  • Loading branch information
AsynchronousAI authored Dec 16, 2024
1 parent e45a217 commit 549bb0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def __init__(self, config=None, show_ast=False):

@staticmethod
def reset_dependencies():
global DEPEND
DEPEND = ""
def translate(
self,
Expand Down

0 comments on commit 549bb0b

Please sign in to comment.