Apply black/isort to Python files.

This commit is contained in:
Mikael CAPELLE
2023-07-10 09:12:34 +02:00
parent 1bffcfa8bf
commit 7108d59267
8 changed files with 24 additions and 11 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
import mobase
import pytest
import mobase
m = pytest.importorskip("mobase_tests.guessed_string")
def test_guessed_string():
# empty string
gs = mobase.GuessedString()