Skip to content

Commit 296db3d

Browse files
committed
plz work
1 parent e4c7cef commit 296db3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/onepassword/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# We set the limit to 50MB to be safe and consistent with the other SDKs (where this limit is 64MB), to be reconsidered upon further testing
99
MESSAGE_LIMIT = 50 * 1024 * 1024
1010

11-
1211
machine_arch = platform.machine().lower()
1312
major, minor, *_ = map(int, platform.python_version().split('.'))
1413
base_path = "onepassword.lib"

0 commit comments

Comments
 (0)