Skip to content

Commit

Permalink
Remove live_demo from legacy TAP API.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 648363000
Change-Id: Idd84287282f80138dcd9e241a9a47565e248f2b4
  • Loading branch information
dilaragokay authored and cdoersch committed Jul 5, 2024
1 parent 1aa12c1 commit 9e16c0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tapnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"""Legacy API for TAP. Prefer importing from project subfolders."""

from tapnet import experiment # pylint:disable=g-importing-member
from tapnet import live_demo # pylint:disable=g-importing-member
from tapnet import optimizers # pylint:disable=g-importing-member
from tapnet import supervised_point_prediction # pylint:disable=g-importing-member
from tapnet import tapir_clustering # pylint:disable=g-importing-member
Expand Down

0 comments on commit 9e16c0c

Please sign in to comment.