Skip to content

Commit

Permalink
style: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jan 2, 2025
1 parent 765fafa commit 3794f5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions genshin/models/honkai/chronicle/notes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import typing

import pydantic

from genshin.models.model import TZDateTime
Expand Down
3 changes: 2 additions & 1 deletion genshin/models/hoyolab/web_event.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import datetime
from genshin.models.model import APIModel, Aliased

from genshin.models.model import Aliased, APIModel

__all__ = ("WebEvent",)

Expand Down
4 changes: 2 additions & 2 deletions genshin/utility/extdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
import asyncio
import json
import logging
import time
import typing
import random
import string
import time
import typing
import warnings
from base64 import b64decode as parse_token

Expand Down

0 comments on commit 3794f5c

Please sign in to comment.