Skip to content

Commit

Permalink
Adds no cover pragma to typing import branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-schneider committed Feb 26, 2022
1 parent b78d4dc commit 6d302ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omegaconf/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
if sys.version_info >= (3, 8):
from typing import Literal
else:
from typing_extensions import Literal
from typing_extensions import Literal # pragma: no cover


# Regexprs to match key paths like: a.b, a[b], ..a[c].d, etc.
Expand Down

0 comments on commit 6d302ab

Please sign in to comment.