Fix UTF-8 handling in python
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#!/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from typing import Any
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,4 @@
|
||||
#!/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from typing import Any
|
||||
|