Skip to content

Commit 9d833dd

Browse files
Fixing but missing library stubs or py.typed marker error for dill
1 parent 1dee2ec commit 9d833dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axiomatic/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import base64
2-
import dill
2+
import dill # type: ignore
33
import json
44
import requests
55
import os

0 commit comments

Comments
 (0)