Skip to content

Commit 6aaaeab

Browse files
committed
Fix a misnamed data template.
1 parent 1c5317f commit 6aaaeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/data/v140_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from sc2reader.data.base import *
44
from sc2reader.data.utils import *
55

6-
class Data_Template(BaseData):
6+
class Data_140_(BaseData):
77

88
class DataObject(DataObject):
99
abilities = {

0 commit comments

Comments
 (0)