mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-17 08:30:38 +02:00
Linted code using isort + autoflake + black, fixed wrong use of Optional[bool]
This commit is contained in:
@@ -13,7 +13,6 @@ from ..utils import get_ios_backup_folder
|
||||
|
||||
|
||||
class TestDatausageModule:
|
||||
|
||||
def test_datausage(self):
|
||||
m = Datausage(target_path=get_ios_backup_folder())
|
||||
run_module(m)
|
||||
|
||||
Reference in New Issue
Block a user