Skip to content

Commit

Permalink
Update npc.py Fixed a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Yash345 <[email protected]>
  • Loading branch information
y345-git authored Jun 26, 2024
1 parent 59837fa commit 4209434
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gui/frames/npc.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import tkinter
from ..components import labels, buttons, inputs
from models import UnitType, NPCResult
import app


class NPCResultFrame(tkinter.Frame):
def __init__(self, parent, result: NPCResult):
Expand Down

0 comments on commit 4209434

Please sign in to comment.