We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef3450 commit d5621abCopy full SHA for d5621ab
1 file changed
src/runloop_api_client/lib/context_loader.py
@@ -7,7 +7,7 @@
7
8
from ._ignore import IgnoreMatcher, IgnorePattern, DockerIgnoreMatcher, iter_included_files
9
10
-TarFilter = Callable[[tarfile.TarInfo], tarfile.TarInfo | None]
+TarFilter = Callable[[tarfile.TarInfo], Optional[tarfile.TarInfo]]
11
12
13
def build_docker_context_tar(
0 commit comments