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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user