From 091e8a46053d3054d5f09bceb0b4a7629dd4e4f2 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Sat, 27 Sep 2025 12:30:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8FRemove=20obsolete=20main()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ohmyapi/cli.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ohmyapi/cli.py b/src/ohmyapi/cli.py index e415832..9aac0da 100644 --- a/src/ohmyapi/cli.py +++ b/src/ohmyapi/cli.py @@ -109,6 +109,3 @@ def createsuperuser(root: str = "."): asyncio.run(user.save()) asyncio.run(project.close_orm()) -def main(): - app() -