summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/tests/test_cli.py')
-rw-r--r--gitlab/tests/test_cli.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gitlab/tests/test_cli.py b/gitlab/tests/test_cli.py
index b7fd369..a9ca958 100644
--- a/gitlab/tests/test_cli.py
+++ b/gitlab/tests/test_cli.py
@@ -17,10 +17,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import argparse
+import io
import os
import tempfile
-import io
-
from contextlib import redirect_stderr # noqa: H302
import pytest