Skip to content

Commit cea4f2b

Browse files
committed
Silence refurb (ruff do not understand error code)
1 parent 2eb8ca9 commit cea4f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec_helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import typing
2121
import warnings
2222

23-
try: # noqa:SIM105,RUF100
23+
try: # noqa: SIM105,FURB107,RUF100
2424
from ._version import version as __version__ # noqa: F401
2525
except ImportError:
2626
pass

0 commit comments

Comments
 (0)