Skip to content

Commit

Permalink
Keep boilerplate dependency code
Browse files Browse the repository at this point in the history
  • Loading branch information
AsynchronousAI authored Dec 16, 2024
1 parent 549bb0b commit ede4680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, config=None, show_ast=False):
@staticmethod
def reset_dependencies():
global DEPEND
DEPEND = ""
DEPEND = lib.DEPENDENCY
def translate(
self,
pycode,
Expand Down

0 comments on commit ede4680

Please sign in to comment.