Skip to content

Commit c1985b2

Browse files
committed
Comment out the autodoc member declaration for now, can't override parent's seconds attribute.
1 parent ea054f4 commit c1985b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ def get_replay_files(path, exclude=[], depth=-1, followlinks=False, **extras):
617617
class Length(timedelta):
618618

619619
#: The total number of seconds represented
620-
seconds = int()
620+
#seconds = int()
621621

622622
@property
623623
def hours(self):

0 commit comments

Comments
 (0)