mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-18 08:57:17 +02:00
Linted code using isort + autoflake + black, fixed wrong use of Optional[bool]
This commit is contained in:
@@ -10,7 +10,6 @@ from mvt.common.indicators import Indicators
|
||||
|
||||
|
||||
class TestIndicators:
|
||||
|
||||
def test_parse_stix2(self, indicator_file):
|
||||
ind = Indicators(log=logging)
|
||||
ind.load_indicators_files([indicator_file], load_default=False)
|
||||
|
||||
Reference in New Issue
Block a user