ソースを参照

remove unused class

Bastien Sevajol 7 年 前
コミット
e95bde8695
共有1 個のファイルを変更した1 個の追加5 個の削除を含む
  1. 1 5
      opencombat/gui/weapon.py

+ 1 - 5
opencombat/gui/weapon.py ファイルの表示

@@ -17,11 +17,7 @@ if typing.TYPE_CHECKING:
17 17
 RIFFLE = 'RIFFLE'
18 18
 
19 19
 
20
-class ImageApplier(object):
21
-    pass  # FIXME: refact here
22
-
23
-
24
-class WeaponImageApplier(ImageApplier):
20
+class WeaponImageApplier(object):
25 21
     def __init__(
26 22
         self,
27 23
         config: Config,