From 8c31b63adca51c4ced27f28ee9c553d314941293 Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Wed, 22 May 2024 16:02:36 +0100 Subject: [PATCH] style: ran `isort .` then `black .` to ensure codebase at expected standard. NB 1: this does not affect files in root folder, only `spond` and `test` NB 2: ran `isort . --show-config` first to check that `profile = "black"` is picked up from pyproject.toml --- tests/test_spond.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_spond.py b/tests/test_spond.py index 094b772..1b606a4 100644 --- a/tests/test_spond.py +++ b/tests/test_spond.py @@ -2,7 +2,6 @@ import pytest - from spond.spond import Spond MOCK_USERNAME, MOCK_PASSWORD = "MOCK_USERNAME", "MOCK_PASSWORD"