Closed DimitriPapadopoulos closed 1 year ago
UTF-8 is the default encoding in Python 3, no need to define it explicitly any more:
# -*- coding: utf-8 -*-
LGTM
UTF-8 is the default encoding in Python 3, no need to define it explicitly any more: