Skip to content

Commit

Permalink
try to satisfy isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Jun 7, 2024
1 parent beda1c6 commit f6703bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion api/python/quilt3-admin/base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from pydantic import BaseModel
from pydantic_core import to_jsonable_python


from quilt3 import session

from .base_model import UNSET, Upload
Expand Down
1 change: 0 additions & 1 deletion api/python/quilt3/admin/_graphql_client/base_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from pydantic import BaseModel
from pydantic_core import to_jsonable_python


from quilt3 import session

from .base_model import UNSET, Upload
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ max-line-length = 119
known_first_party = quilt*,t4_lambda_*
include_trailing_comma = true
multi_line_output=3
extend_skip=api/python/quilt3/admin/_graphql_client/

0 comments on commit f6703bd

Please sign in to comment.