Skip to content

Commit 678c4aa

Browse files
committed
Remove superfluous change
1 parent 682136b commit 678c4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scgen/_scgenvae.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import numpy as np
44
import torch
5-
from scvi._constants import REGISTRY_KEYS
5+
from scvi import REGISTRY_KEYS
66
from scvi.module.base import BaseModuleClass, LossOutput, auto_move_data
77
from scvi.nn import Encoder
88
from torch.distributions import Normal

0 commit comments

Comments
 (0)