Skip to content

Commit

Permalink
Remove all remaining alias docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Nov 5, 2024
1 parent ed707ba commit 291fcc2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/crc/_crc.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,6 @@ class Crc16(enum.Enum):
reverse_input=False,
reverse_output=False,
)
"""
:Alias: ZMODEM,ACORN
"""

GSM = Configuration(
width=16,
Expand Down Expand Up @@ -564,9 +561,6 @@ class Crc16(enum.Enum):
reverse_input=True,
reverse_output=True,
)
"""
:Alias: ARC,LHA
"""

MAXIM = Configuration(
width=16,
Expand Down

0 comments on commit 291fcc2

Please sign in to comment.