aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/__init__.py')
-rw-r--r--ethosu/vela/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ethosu/vela/__init__.py b/ethosu/vela/__init__.py
index 90376be3..77c171d0 100644
--- a/ethosu/vela/__init__.py
+++ b/ethosu/vela/__init__.py
@@ -14,6 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from ._version import __version__
-from .vela import main
-__all__ = [main, __version__]
+__all__ = ["main", __version__]