]> granicus.if.org Git - graphviz/commitdiff
remove legacy encoding tag on a Python file
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Apr 2021 02:12:19 +0000 (19:12 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 04:21:48 +0000 (21:21 -0700)
These stanzas are no longer required in modern Python that is assumed to be
UTF-8.

ci/generate-configuration-table.py

index 94e8886f245b64fa7b8f50e6470e037a6d9d2f82..b95e62d24142a831b46a76e3a9ef4befee9ab772 100755 (executable)
@@ -1,5 +1,4 @@
 #!/usr/bin/python3
-# -*- coding: utf-8 -*-
 
 from optparse import OptionParser
 import os