summaryrefslogtreecommitdiff
path: root/astroid/modutils.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-17 23:12:19 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-17 23:51:41 +0100
commit14395e6e5d9d75b6fe1f87a44b77cfe71a538083 (patch)
tree6d71788b89796633e806c6f2f84e799636d56e76 /astroid/modutils.py
parent0f97f79c0aa50ed0506c09db729f906450b37652 (diff)
downloadastroid-git-14395e6e5d9d75b6fe1f87a44b77cfe71a538083.tar.gz
Remove the # coding, since PEP3120 the default is UTF8
Diffstat (limited to 'astroid/modutils.py')
-rw-r--r--astroid/modutils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/astroid/modutils.py b/astroid/modutils.py
index 4ec8ce95..2541e127 100644
--- a/astroid/modutils.py
+++ b/astroid/modutils.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Copyright (c) 2014-2018, 2020 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2014 Google, Inc.
# Copyright (c) 2014 Denis Laxalde <denis.laxalde@logilab.fr>