Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonChou committed Aug 28, 2022
1 parent 7ecfbcc commit 2a176c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions EorzeaEnv/eorzea_weather.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import warnings
from typing import (Any, Callable, Iterable, List, Literal, TypeVar, Union,
from typing import (Any, Iterable, List, Literal, Union,
overload)

from numpy import uint32
Expand All @@ -15,8 +15,6 @@
Lang = Union[Literal['en', 'ja', 'de', 'fr'], EorzeaLang]
ValidPlaceName = Union[str, EorzeaPlaceName]
Timestamp = Union[EorzeaTime, float, int]
Transform_T = TypeVar('Transform_T')
WeatherTransform_Func = Callable[[int], Transform_T]


class EorzeaWeather:
Expand Down

0 comments on commit 2a176c4

Please sign in to comment.