We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b212ab + 4ec4f6e commit ff60f3aCopy full SHA for ff60f3a
1 file changed
codeflash/languages/registry.py
@@ -47,19 +47,6 @@ def _ensure_languages_registered() -> None:
47
48
# Import support modules to trigger registration
49
# These imports are deferred to avoid circular imports
50
- import contextlib
51
-
52
- with contextlib.suppress(ImportError):
53
- from codeflash.languages.python import support as _
54
55
56
- from codeflash.languages.javascript import support as _
57
58
59
- from codeflash.languages.java import support as _
60
61
62
- from codeflash.languages.java import support as _ # noqa: F401
63
64
_languages_registered = True
65
0 commit comments