Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasily Negrebetskiy committed Aug 28, 2024
1 parent a45f723 commit 64dc200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions muckraker/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from asyncio import gather
import uuid
from asyncio import gather
from io import BytesIO
from pathlib import Path
from tempfile import TemporaryDirectory
Expand All @@ -13,7 +13,7 @@
from . import __version__
from .models import Issue
from .render import render_issue
from .sqlcache import SQLCache, CacheError
from .sqlcache import CacheError, SQLCache

CACHE_PATH = "cache.sqlite"
MAX_IMAGE_NUM = 4
Expand Down

0 comments on commit 64dc200

Please sign in to comment.