Skip to content

Commit

Permalink
reformatted files
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Chen1 committed Feb 15, 2024
1 parent 920550e commit b6125be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion swan/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# ./swan/__init__.py
# ./swan/__init__.py
4 changes: 1 addition & 3 deletions swan/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
import json
import logging

from swan.common.constant import (
GET, PUT, POST, DELETE
)
from swan.common.constant import GET, PUT, POST, DELETE
from swan.common import utils


Expand Down

0 comments on commit b6125be

Please sign in to comment.