Skip to content

Commit dc85ef9

Browse files
authored
Fix missing import of 'errors' (#151)
1 parent 249adc1 commit dc85ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydgraph/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import random
1818

19-
from pydgraph import txn, util
19+
from pydgraph import errors, txn, util
2020
from pydgraph.meta import VERSION
2121
from pydgraph.proto import api_pb2 as api
2222

0 commit comments

Comments
 (0)