Skip to content

Commit

Permalink
refactor:respect flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
poneoneo committed Jun 4, 2024
1 parent 76b93d8 commit afd78c2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions your_daily_dose_malware/main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import os

import click
from commands.scraper import scraper # type: ignore
from commands.utils.retrieve_malware import all_most_recent,hundred_most_recent # type: ignore
from commands.scraper import scraper
from dotenv import load_dotenv
import os
from commands.utils.retrieve_malware import (
all_most_recent, hundred_most_recent)


load_dotenv()

Expand Down

0 comments on commit afd78c2

Please sign in to comment.