Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Sep 4, 2023
1 parent 62d3e60 commit 54c374d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_pygismeteo_base.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from __future__ import annotations


def test_typing_compat() -> None:
from pygismeteo_base.typing_compat import Literal, TypeAlias # noqa: F401

0 comments on commit 54c374d

Please sign in to comment.