Skip to content

Commit

Permalink
Removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
PetJer committed Oct 18, 2023
1 parent dea9d06 commit 1170980
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions API/gimvicurnik/updaters/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

import datetime
import typing
import os
from abc import ABC, abstractmethod
from hashlib import sha256
from io import BytesIO
from urllib.parse import urlparse

import attrs
import requests
Expand Down

0 comments on commit 1170980

Please sign in to comment.