Skip to content

Commit

Permalink
Remove Python 2 compatibility code from parse_dash_results
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Dec 27, 2022
1 parent 29fd311 commit 8512701
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/parse_dash_results.py
Expand Up @@ -17,10 +17,6 @@
* *
***************************************************************************
"""
from __future__ import print_function
from future import standard_library
standard_library.install_aliases()
from builtins import range

__author__ = 'Nyall Dawson'
__date__ = 'October 2016'
Expand Down

0 comments on commit 8512701

Please sign in to comment.