From 3dd132e1b6cd4ecf46a76aeffc4f1b09626e8288 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 13 Apr 2017 16:50:11 +0200 Subject: [PATCH] Fix import --- tests/system/cli/test_sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system/cli/test_sync.py b/tests/system/cli/test_sync.py index b5b3847..e8ddca9 100644 --- a/tests/system/cli/test_sync.py +++ b/tests/system/cli/test_sync.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- import json +import sys from textwrap import dedent import hypothesis.strategies as st