diff --git a/browser.py b/browser.py index be2c2e1..fa1eb87 100644 --- a/browser.py +++ b/browser.py @@ -1,4 +1,4 @@ -import re, time +import time import config from playwright.sync_api import Playwright, sync_playwright, expect diff --git a/core.py b/core.py index 4b15b63..bd1454c 100644 --- a/core.py +++ b/core.py @@ -2,9 +2,6 @@ import mcschematic import sys import json -import requests -import base64 -import uuid from log_writer import logger import config