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 8dc4bb7 commit ecdb6be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions verified_cogen/runners/languages/language.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from abc import abstractmethod
from typing import Pattern
import re


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

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

0 comments on commit ecdb6be

Please sign in to comment.