mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
fix: clean up imports in steamrip, contextmenu, and settings modules
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from data.hosts.buzzheavier import scrape_buzzheavier
|
||||
from data.hosts.gofile import scrape_gofile
|
||||
from data.hosts.vikingfile import scrape_vikingfile
|
||||
from data.hosts.gofile import scrape_gofile
|
||||
from data.hosts.megadb import scrape_megadb
|
||||
from utils.logging.logs import consoleLog
|
||||
from bs4 import BeautifulSoup
|
||||
@@ -8,7 +8,6 @@ from typing import Dict
|
||||
import webbrowser
|
||||
import requests
|
||||
import time
|
||||
import re
|
||||
import copy
|
||||
|
||||
class SteamripScraper:
|
||||
|
||||
Reference in New Issue
Block a user