Skip to content

Commit

Permalink
utils/scanpypi: remove python2 compatibility imports
Browse files Browse the repository at this point in the history
ee8b680 ("utils/scanpypi: use python3 explicitly") started to use python3,
thus compatibility can be removed:

from __future__ import print_function
from __future__ import absolute_import

Tested with python3 -m py_compile.

Signed-off-by: Petr Vorel <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
  • Loading branch information
pevik authored and arnout committed Sep 22, 2021
1 parent 35f15db commit d502907
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/scanpypi
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Utility for building Buildroot packages for existing PyPI packages
Any package built by scanpypi should be manually checked for
errors.
"""
from __future__ import print_function
from __future__ import absolute_import
import argparse
import json
import sys
Expand Down

0 comments on commit d502907

Please sign in to comment.