actually make the linter happy

This commit is contained in:
Christian Zhou-Zheng 2024-06-09 11:37:56 -04:00
parent a234bf821b
commit 49b9fbe942

View file

@ -2899,5 +2899,6 @@ def main() -> None:
model_instance.write() model_instance.write()
logger.info("Model successfully exported.") logger.info("Model successfully exported.")
if __name__ == '__main__': if __name__ == '__main__':
main() main()