1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

export_results - Removed unneeded imports

This commit is contained in:
Rikj000
2022-01-02 21:16:54 +00:00
committed by GitHub
parent 9a20c2d806
commit f8e41989a4

View File

@@ -25,9 +25,6 @@ import shutil
from datetime import datetime
from string import Template
from cryptography.fernet import Fernet
from discord_webhook import DiscordWebhook
import fire
import numpy as np # noqa
import pandas as pd # noqa
@@ -1168,8 +1165,7 @@ class MGMHurry:
MoniGoManiLogger(self.basedir).post_message(
username=self.monigomani_config.config['username'],
message=formatted_message,
results_paths=[archive_location])
message=formatted_message, results_paths=[archive_location])
def start_trader(self, dry_run: bool = True):
"""