Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
meteoDaniel authored and meteoDaniel committed Jun 20, 2020
1 parent 9a5928d commit 063c03d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python_dwd/enumerations/period_type_enumeration.py
Expand Up @@ -2,7 +2,6 @@
from enum import Enum
import functools


"""
Following this: https://stackoverflow.com/questions/39268052/how-to-compare-enums-in-python
Ordering is required for the PeriodType enumeration in order for it to be sorted.
Expand All @@ -14,7 +13,6 @@

@functools.total_ordering
class PeriodType(Enum):
""" enumeration for different period types of storages on dwd server"""
""" enumeration for different period types of storage on dwd server"""
@property
def _period_type_order_mapping(self):
Expand Down

0 comments on commit 063c03d

Please sign in to comment.