From 5a9d4572303cea519c64afab36bd5f2d53886ba5 Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Thu, 25 Apr 2024 09:25:26 -0400 Subject: [PATCH] fmt --- web_api/s/squawk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/web_api/s/squawk.py b/web_api/s/squawk.py index 0352f3137..cbee0edfc 100755 --- a/web_api/s/squawk.py +++ b/web_api/s/squawk.py @@ -36,7 +36,6 @@ def _get_migration_id(filepath: str) -> Optional[str]: return match.groups()[0] - def main() -> None: # circle's built in git checkout code clobbers the `master` ref so we do the # following to make it not point to the current ref.