Remove encoding declaration in Python files (#3568)

As per
https://docs.python.org/3.11/reference/lexical_analysis.html#encoding-declarations,
the default encoding of Python files is UTF-8. In fact, it's been the
default encoding since Python 3.0 (released in 2008).
This commit is contained in:
Adrian Sadłocha 2024-07-27 04:36:23 +01:00 committed by GitHub
parent 3a07f70253
commit bb72ea6169
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
131 changed files with 0 additions and 137 deletions

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
###############################################################################
#
# Copyright 2006 - 2021, Tomas Babej, Paul Beckingham, Federico Hernandez.