Skip to content

Commit

Permalink
Merge pull request #8 from adammhaile/master
Browse files Browse the repository at this point in the history
Fix missing BytesIO import
  • Loading branch information
AndyEveritt authored Mar 3, 2021
2 parents 13aab86 + 7ab566a commit 19bc376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duetwebapi/api/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import Dict, List, Union
from io import StringIO, TextIOWrapper
from io import StringIO, TextIOWrapper, BytesIO
import requests
import os
import logging
Expand Down

0 comments on commit 19bc376

Please sign in to comment.