Skip to content

Commit

Permalink
remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Oct 11, 2024
1 parent d8a8f13 commit bfed305
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xinfer/base_model.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from abc import ABC, abstractmethod

from PIL import Image


class BaseModel(ABC):
@abstractmethod
Expand Down

0 comments on commit bfed305

Please sign in to comment.