Skip to content

Commit c7807ce

Browse files
committed
Have ruff ignore the unable to detect undefined names error as we are aware and fine with the risks
1 parent be2badb commit c7807ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onepassword/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .defaults import DEFAULT_INTEGRATION_NAME, DEFAULT_INTEGRATION_VERSION
44
from .secrets import Secrets
55
from .items import Items
6-
from .types import *
6+
from .types import * # noqa F403
77

88

99
__all__ = [

0 commit comments

Comments
 (0)