Skip to content

Commit b88184f

Browse files
committed
Fix linter
1 parent 9b36021 commit b88184f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/onepassword/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
from .secrets import Secrets
66
from .items import Items
77

8-
import sys, inspect, typing
8+
import sys
9+
import inspect
10+
import typing
911

1012
__all__ = [
1113
"Client",

0 commit comments

Comments
 (0)