Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Jul 31, 2024
1 parent 04556cd commit 715f2ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imap_processing/quality_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ class ImapLoFlags(FlagNameMixin):
FLAG2 = 2**3 # bit 2


class HitFlags(FlagNameMixin,):
class HitFlags(
FlagNameMixin,
):
"""Hit flags."""

NONE = CommonFlags.NONE
Expand Down

0 comments on commit 715f2ac

Please sign in to comment.