Skip to content

Commit

Permalink
Remove unused skip_file
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Feb 7, 2024
1 parent cfd4fa0 commit e03ed96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/tools/test_vi_model.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# isort: skip_file
import pytest
import contextlib

import pytest

import scvelo as scv

with contextlib.suppress(ImportError):
from scvi.data import synthetic_iid

from scvelo.tools import VELOVI


Expand Down

0 comments on commit e03ed96

Please sign in to comment.