We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dc14b commit 7cf9d58Copy full SHA for 7cf9d58
b2sdk/v1/bucket.py
@@ -8,8 +8,6 @@
8
#
9
######################################################################
10
11
-import functools
12
-
13
from .file_version import translate_single_file_version, FileVersionInfoFactory
14
from typing import Optional
15
from b2sdk import _v2 as v2
test/unit/bucket/test_bucket.py
@@ -1,6 +1,6 @@
1
2
3
-# File: test/unit/v1/test_bucket.py
+# File: test/unit/bucket/test_bucket.py
4
5
# Copyright 2019 Backblaze Inc. All Rights Reserved.
6
0 commit comments