Skip to content

Commit 5681125

Browse files
committed
remove utf-8 encoding declaration header
no longer needed in Py3 only sources
1 parent 2293167 commit 5681125

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

lib/fontline/app.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
32

43
"""
54
The app.py module defines a main() function that includes the logic for the `font-line` command line executable.
@@ -23,7 +22,6 @@
2322

2423
# TODO: support integer addition and subtraction to the metrics values through new sub-commands
2524
# TODO: JSON formatted metrics output
26-
# TODO: add report line items for 'exceeds ymax/ymin values' across each of the three metrics
2725

2826

2927
def main():

lib/fontline/commands.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
32

43
import sys
54
import os.path

lib/fontline/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
32

43
# ------------------------------------------------------------------------------
54
# Application Name

lib/fontline/utilities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
# -*- coding: utf-8 -*-
32

43
import os
54
import hashlib

0 commit comments

Comments
 (0)