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,13 +1,13 @@
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
import mobase
|
||||
import pytest
|
||||
from PyQt6.QtCore import QDir, QFileInfo
|
||||
|
||||
import mobase
|
||||
|
||||
|
||||
def test_filepath_wrappers():
|
||||
|
||||
# TBC that this works everywhere
|
||||
version = ".".join(map(str, sys.version_info[:3]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user