Skip to content

Commit dfad0c6

Browse files
authored
Update __init__.py (#12)
1 parent 2592ae2 commit dfad0c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

msrc-appconfig/msrc/appconfig/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from typing import Sequence, Tuple, Type, TypeVar, Union
44
"""Flexible typed application configuration."""
55
import itertools
6-
import inspect
76
import threading
87
from os import PathLike
98
import logging

0 commit comments

Comments
 (0)