Gophersen commented on code in PR #1369: URL: https://github.com/apache/hamilton/pull/1369#discussion_r2235563845
########## ui/backend/setup.py: ########## @@ -1,3 +1,8 @@ +# /usr/bin/env python +# -*- coding: utf-8 -*- + +"""The setup script.""" Review Comment: fixed. added between shebang(can not add before this) and coding comment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
