Skip to content

Commit 38ce996

Browse files
committed
manually add #noqa
1 parent c33d10e commit 38ce996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytissueoptics/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from importlib.metadata import version
2-
from .scene import *
3-
from .rayscattering import *
2+
from .scene import * # noqa: F403
3+
from .rayscattering import * # noqa: F403
44

55
__version__ = version("pytissueoptics")

0 commit comments

Comments
 (0)