Skip to content

Commit af06547

Browse files
author
Mike DeLaurentis
committed
Fix import
1 parent a92d7cc commit af06547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stitchclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import logging
33
import requests
4-
from .buffer import Buffer
4+
from stitchclient.buffer import Buffer
55

66
from io import StringIO
77
from transit.writer import Writer

0 commit comments

Comments
 (0)