Skip to content

Commit d1bebb6

Browse files
committed
chore(internal): update formatting
1 parent 3223abf commit d1bebb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/replicate/resources/models/predictions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from replicate.lib._files import FileEncodingStrategy, encode_json, async_encode_json
1111

12-
from ..._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
12+
from ..._types import Body, Query, Headers, NotGiven, not_given
1313
from ..._utils import maybe_transform, strip_not_given, async_maybe_transform
1414
from ..._compat import cached_property
1515
from ..._resource import SyncAPIResource, AsyncAPIResource

tests/test_legacy_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ def test_exception_module_all_exports():
7575

7676
# Also verify they can all be accessed
7777
for exc_name in expected_exceptions:
78-
assert hasattr(replicate.exceptions, exc_name)
78+
assert hasattr(replicate.exceptions, exc_name)

0 commit comments

Comments
 (0)