Skip to content

Commit e57ce7b

Browse files
committed
Py3.6+ updates
1 parent 0f059ee commit e57ce7b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/fdiff/__init__.py

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

43
version = __version__ = "0.4.0.dev0"

lib/fdiff/__main__.py

Lines changed: 1 addition & 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
import os
54
import sys
@@ -36,7 +35,7 @@ def run(argv):
3635
description="An OpenType table diff tool for fonts."
3736
)
3837
parser.add_argument(
39-
"--version", action="version", version="fdiff v{}".format(__version__)
38+
"--version", action="version", version=f"fdiff v{__version__}"
4039
)
4140
parser.add_argument(
4241
"-c",

0 commit comments

Comments
 (0)