Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jul 19, 2024
1 parent a43bc30 commit 9c10f6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions linguaphoto/crud/transcriptions.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
"""Defines CRUD interface for transcriptions API."""

import asyncio
import uuid
from io import BytesIO

from PIL import Image

from linguaphoto.crud.base import BaseCrud
from linguaphoto.settings import settings




class ImagesCrud(BaseCrud):
Expand Down

0 comments on commit 9c10f6e

Please sign in to comment.