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.
2 parents 13aab86 + 7ab566a commit 19bc376Copy full SHA for 19bc376
duetwebapi/api/base.py
@@ -1,5 +1,5 @@
1
from typing import Dict, List, Union
2
-from io import StringIO, TextIOWrapper
+from io import StringIO, TextIOWrapper, BytesIO
3
import requests
4
import os
5
import logging
0 commit comments