Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
potipot committed Oct 3, 2023
1 parent 9cf31b4 commit 695aaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icevision/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
shell = session.__class__.__module__
# HACK: yolov5 breaks automatic setting of backend setting by notebook
if shell in ["google.colab._shell", "ipykernel.zmqshell"]:
session.run_line_magic('matplotlib', 'inline')
session.run_line_magic("matplotlib", "inline")

Check warning on line 32 in icevision/models/__init__.py

View check run for this annotation

Codecov / codecov/patch

icevision/models/__init__.py#L32

Added line #L32 was not covered by tests

if SoftDependencies.mmseg:
from icevision.models import mmseg
Expand Down

0 comments on commit 695aaa4

Please sign in to comment.