Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso committed Mar 4, 2021
1 parent f9d8746 commit 7a9b0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mypackage/_mypyromodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import torch
from anndata import AnnData
from scvi.dataloaders import DataSplitter
from scvi.lightning import PyroTrainingPlan
from scvi.model.base import BaseModelClass, TrainRunner
from scvi.model.base import BaseModelClass
from scvi.train import PyroTrainingPlan, TrainRunner

from ._mypyromodule import MyPyroModule

Expand Down

0 comments on commit 7a9b0cb

Please sign in to comment.