Skip to content

Commit

Permalink
Static method
Browse files Browse the repository at this point in the history
  • Loading branch information
AsynchronousAI authored Dec 16, 2024
1 parent f0632a1 commit 0dba77b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ def __init__(self, config=None, show_ast=False):
self.show_ast = show_ast

self.output = []

def reset_dependencies(self):

@staticmethod
def reset_dependencies():
DEPEND = lib.DEPENDENCY
def translate(
self,
Expand Down

0 comments on commit 0dba77b

Please sign in to comment.