Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajinkya committed Nov 16, 2023
1 parent 680db0f commit ad854c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import os

ASSETS_PATH = os.path.abspath('.') + '/assets/'

from .panel import * # noqa: F403
from .dialogue_panel import * # noqa: F403
from .selections import * # noqa: F403
Expand Down
1 change: 0 additions & 1 deletion ui/icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
up_arrow = 5,
down_arrow = 6
"""
from enum import Enum, auto
from typing import Dict

import pygame
Expand Down
1 change: 0 additions & 1 deletion world.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from typing import TypedDict, List, Any, Dict

import pygame
import pygame_gui
from pygame_gui import UIManager
from pygame_gui.core import IContainerLikeInterface

Expand Down

0 comments on commit ad854c2

Please sign in to comment.