Skip to content

Commit

Permalink
[Units] Improve order in genshin_impact/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 18, 2023
1 parent d2421f7 commit 0ac63f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions units/genshin_impact/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

# https://genshin.dev/
# https://github.com/genshindev/api
API_BASE_URL = "https://api.genshin.dev"

from .characters import get_all_characters as get_all_characters
from .characters import get_character as get_character
from .characters import get_character_images as get_character_images
from .characters import get_characters as get_characters

# https://genshin.dev/
# https://github.com/genshindev/api
API_BASE_URL = "https://api.genshin.dev"

0 comments on commit 0ac63f0

Please sign in to comment.