Don't need UTF-8 encoding declaration in Python 3.
David Blume

David Blume commited on 2021-01-04 10:25:58
Showing 1 changed files, with 0 additions and 2 deletions.

... ...
@@ -1,6 +1,4 @@
1 1
 #!/usr/bin/env python3
2
-# -*- coding: utf-8 -*-
3
-#
4 2
 # "Hello Friends" in Chinese: 朋友你好
5 3
 import os
6 4
 import sys
7 5