You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add # -*- coding: utf-8 -*-
everywhere as 1st of 2nd (for scripts) line.
Also remove shebang (#!/usr/bin/env python) from regular modules without __main__ (basically leave it in cli and examples).
The text was updated successfully, but these errors were encountered:
add
# -*- coding: utf-8 -*-
everywhere as 1st of 2nd (for scripts) line.
Also remove shebang (
#!/usr/bin/env python
) from regular modules without__main__
(basically leave it incli
andexamples
).The text was updated successfully, but these errors were encountered: