Skip to content

Commit 7ab566a

Browse files
committed
Fix missing BytesIO import
1 parent 13aab86 commit 7ab566a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duetwebapi/api/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from typing import Dict, List, Union
2-
from io import StringIO, TextIOWrapper
2+
from io import StringIO, TextIOWrapper, BytesIO
33
import requests
44
import os
55
import logging

0 commit comments

Comments
 (0)