From f3afd34260d681bbeec974b67012b90d407b7014 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Sat, 22 May 2021 08:55:19 -0700 Subject: chore: fix import ordering using isort Fix the import ordering using isort. https://pycqa.github.io/isort/ --- gitlab/tests/test_cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gitlab/tests/test_cli.py') 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 . import argparse +import io import os import tempfile -import io - from contextlib import redirect_stderr # noqa: H302 import pytest -- cgit v1.2.1