added typing

This commit is contained in:
David Pierron
2020-10-26 21:06:25 +01:00
parent de95cfc981
commit 2cb37b5bd8
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ class GroupGenerator():
wp.ETA_locked = True
@property
def groupNamePrefix(self):
def groupNamePrefix(self) -> str:
return ""
def generate(self):