Skip to content

Commit e99eb1f

Browse files
committed
fix: unexpected keyword argument slots (Python 3.9)
1 parent 6230368 commit e99eb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyais/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def is_auxiliary_craft(mmsi: int) -> bool:
441441
return 98_000_0000 <= mmsi <= 98_999_9999
442442

443443

444-
@dataclasses.dataclass(slots=True)
444+
@dataclasses.dataclass
445445
class ParsedDimensions:
446446
dim_type: AtoNDimensionType
447447
raw_a: int

0 commit comments

Comments
 (0)