diff options
author | BonfaceKilz | 2020-09-30 02:09:27 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-09-30 02:09:27 +0300 |
commit | 475b6e333e6356103592b0983d5efb8e84eb73e7 (patch) | |
tree | ab2446775ef96b1c1acd9caf9aea51c30ac66e7f /wqflask/tests | |
parent | 52ce47b7e1417bfa877ea68d2bcb119fc951d1d1 (diff) | |
download | genenetwork2-475b6e333e6356103592b0983d5efb8e84eb73e7.tar.gz |
Fix import in tests
Diffstat (limited to 'wqflask/tests')
-rw-r--r-- | wqflask/tests/wqflask/test_collect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/tests/wqflask/test_collect.py b/wqflask/tests/wqflask/test_collect.py index 06609b4c..9a36132d 100644 --- a/wqflask/tests/wqflask/test_collect.py +++ b/wqflask/tests/wqflask/test_collect.py @@ -1,7 +1,7 @@ """Test cases for some methods in collect.py""" import unittest -import mock +from unittest import mock from flask import Flask from wqflask.collect import process_traits |