Skip to content

Commit

Permalink
fix: Init file.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabclmnt committed Oct 14, 2020
1 parent ee122f3 commit eb2c1fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ydata_synthetic/synthesizers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from src.ydata_synthetic.synthesizers.regular.cgan.model import CGAN
from src.ydata_synthetic.synthesizers.regular.wgan.model import WGAN
from src.ydata_synthetic.synthesizers.regular.vanillagan.model import VanilllaGAN
from ydata_synthetic.synthesizers.regular.cgan.model import CGAN
from ydata_synthetic.synthesizers.regular.wgan.model import WGAN
from ydata_synthetic.synthesizers.regular.vanillagan.model import VanilllaGAN

__all__ = [
"VanilllaGAN",
Expand Down

0 comments on commit eb2c1fb

Please sign in to comment.