Skip to content

Commit

Permalink
fix: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkersner committed Jul 26, 2024
1 parent 02376c3 commit 6154bba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion datamaxi/datamaxi/forex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import pandas as pd
from datamaxi.api import API
from datamaxi.lib.utils import check_required_parameter
from datamaxi.datamaxi.utils import convert_data_to_data_frame


class Forex(API):
Expand Down
1 change: 0 additions & 1 deletion datamaxi/datamaxi/premium.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import pandas as pd
from datamaxi.api import API
from datamaxi.lib.utils import check_required_parameters
from datamaxi.datamaxi.utils import convert_data_to_data_frame


class Premium(API):
Expand Down
1 change: 0 additions & 1 deletion datamaxi/datamaxi/ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from datamaxi.api import API
from datamaxi.lib.utils import check_required_parameters
from datamaxi.lib.utils import check_required_parameter
from datamaxi.datamaxi.utils import convert_data_to_data_frame


class Ticker(API):
Expand Down

0 comments on commit 6154bba

Please sign in to comment.