Optimize imports

This commit is contained in:
Jakub Klupieć 2021-05-10 13:06:29 +02:00
parent acc34031a2
commit ba1f6f6f78
4 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,5 @@
import os
import pygame as pg
for i in os.listdir('.'):

View File

@ -1,13 +1,11 @@
import time as _time
from functools import lru_cache as _lru_cache
from typing import Any as _Any
from typing import Iterable as _Iterable
from typing import List as _List
from typing import Tuple as _Tuple
from typing import Type as _Type
from typing import TypeVar as _TypeVar
from typing import Any as _Any
from typing import Tuple as _Tuple
from typing import Iterable as _Iterable
version = '1.3'

View File

@ -1,4 +1,3 @@
import pygame
from pygame.rect import Rect

View File

@ -1,5 +1,5 @@
from survival.image import Image
from survival.generators.tile_generator import TileGenerator
from survival.image import Image
from survival.tile import Tile