Skip to content

Commit

Permalink
missed a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy authored and micktwomey committed Sep 28, 2022
1 parent fde429d commit 56da11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso8601/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .iso8601 import UTC, FixedOffset, ParseError, is_iso8601, parse_date

__all__ = ["parse_date", "is_iso8601" "ParseError", "UTC", "FixedOffset"]
__all__ = ["parse_date", "is_iso8601", "ParseError", "UTC", "FixedOffset"]

0 comments on commit 56da11c

Please sign in to comment.