Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alex28sh committed Sep 19, 2024
1 parent 769efc2 commit 1a80fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verified_cogen/runners/languages/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Language:
_instance = None
simple_comment: str = None
simple_comment: str

def __new__(cls, *args, **kwargs):
if not isinstance(cls._instance, cls):
Expand Down

0 comments on commit 1a80fa6

Please sign in to comment.