mirror of
https://github.com/wassname/options_backtester.git
synced 2026-06-27 15:16:03 +08:00
Flake8 changes:
- Ignore error W504 (break line on operator) - Ignore unused import in stats.py (used for pandas query)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import pandas as pd
|
||||
import numpy as np
|
||||
|
||||
from ..enums import Order
|
||||
from ..enums import Order # noqa: F401
|
||||
|
||||
|
||||
def summary(trade_log, balance):
|
||||
|
||||
Reference in New Issue
Block a user