Skip to content

Commit

Permalink
Switch prettify to Python 3 for f-strings
Browse files Browse the repository at this point in the history
  • Loading branch information
oerc0122 authored and dev-zero committed Feb 14, 2020
1 parent da071e1 commit 6e412ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tools/prettify/prettify.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env python

from __future__ import print_function
#!/usr/bin/env python3

import sys
import re
Expand Down
4 changes: 1 addition & 3 deletions tools/prettify/prettify_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env python

from __future__ import absolute_import
#!/usr/bin/env python3

import unittest
import os
Expand Down

0 comments on commit 6e412ea

Please sign in to comment.