Skip to content

Commit 0cbe1f2

Browse files
committed
Attempted fix of missing stub file: "Stub file not found for "timer" Pylance reportMissingTypeStubs"
1 parent 20220fd commit 0cbe1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ testing =
5656
where = src
5757

5858
[options.package_data]
59-
colorist = py.typed
59+
timer = py.typed
6060

6161
[mypy]
6262
mypy_path = $MYPY_CONFIG_FILE_DIR/src

0 commit comments

Comments
 (0)