Remove redundant "coding: utf-8" lines (#9786)

Part of #9744

Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now.

`Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
This commit is contained in:
Jonathan de Jong 2021-04-14 16:34:27 +02:00 committed by GitHub
parent 7e460ec2a5
commit 4b965c862d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
651 changed files with 1 additions and 651 deletions

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2018 New Vector Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");