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.