Skip to content

Commit

Permalink
Merge ef76981 into 146cfdb
Browse files Browse the repository at this point in the history
  • Loading branch information
smcv committed Feb 23, 2021
2 parents 146cfdb + ef76981 commit 0e21814
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_vdf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import unittest
import mock
import sys

try:
from unittest import mock
except ImportError:
import mock

try:
from StringIO import StringIO
except ImportError:
Expand Down

0 comments on commit 0e21814

Please sign in to comment.