mirror of
https://github.com/ModOrganizer2/modorganizer-plugin_python.git
synced 2026-07-27 14:03:33 -07:00
Apply black/isort to Python files.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user