From 6447733eb28ea188d551ae518a7e51ebf63a4350 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 21 Aug 2023 21:20:32 -0400 Subject: isort: format codebase Change-Id: I6f11d123b68fd077f558d3c21349c55c5f251019 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/383715 Reviewed-by: Gavin Mak Tested-by: Mike Frysinger Commit-Queue: Mike Frysinger --- tests/test_git_command.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_git_command.py') diff --git a/tests/test_git_command.py b/tests/test_git_command.py index 3dd31b29..c803d280 100644 --- a/tests/test_git_command.py +++ b/tests/test_git_command.py @@ -14,11 +14,12 @@ """Unittests for the git_command.py module.""" -import re import os +import re import subprocess import unittest + try: from unittest import mock except ImportError: -- cgit v1.2.3-54-g00ecf