From 595f93cb612b5e3d43150a93704ba9254657ebfd Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Fri, 28 Feb 2025 08:25:58 +0100 Subject: [PATCH] Fix formatting --- transip_client/tests/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transip_client/tests/tests.py b/transip_client/tests/tests.py index 9176f79..ec05227 100644 --- a/transip_client/tests/tests.py +++ b/transip_client/tests/tests.py @@ -1,9 +1,9 @@ import json import os -from unittest import TestCase -from unittest.mock import call, patch, Mock from pathlib import Path +from unittest import TestCase +from unittest.mock import Mock, call, patch from click.testing import CliRunner from requests import HTTPError