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,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]))