Skip to content

Commit

Permalink
clean up compat.__all__
Browse files Browse the repository at this point in the history
  • Loading branch information
geier committed Oct 30, 2023
1 parent a32d4fb commit bd81145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khal/_compat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__all__ = ("importlib_metadata", "Protocol", "Literal", "tomllib")
__all__ = ["importlib_metadata"]

import sys

Expand Down

0 comments on commit bd81145

Please sign in to comment.