Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis committed Mar 12, 2024
1 parent d63da2e commit 00e3e25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rembg/bg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from typing import Any, List, Optional, Tuple, Union

import numpy as np
import onnxruntime as ort
from cv2 import (
BORDER_DEFAULT,
MORPH_ELLIPSE,
Expand All @@ -22,8 +23,6 @@
from .sessions import sessions_class
from .sessions.base import BaseSession

import onnxruntime as ort

ort.set_default_logger_severity(3)

kernel = getStructuringElement(MORPH_ELLIPSE, (3, 3))
Expand Down

0 comments on commit 00e3e25

Please sign in to comment.