Skip to content

Commit cc19e73

Browse files
author
Fabien Coelho
committed
workaround pyright missing import error
1 parent 661a5bc commit cc19e73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CacheToolsUtils.py

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
CacheTools Utilities. This code is public domain.
33
"""
44

5+
# FIXME 3.13t checks without Cipher package
6+
# pyright: reportMissingImports=false
7+
58
from typing import Any, Callable, MutableMapping
69
import abc
710

0 commit comments

Comments
 (0)