Skip to content

Commit

Permalink
removing unused __future__ lib (#9563)
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Sep 10, 2021
1 parent ff7b8e6 commit acfaf91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion conans/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ fasteners>=0.14.1
six>=1.10.0,<=1.16.0
node-semver==0.6.1
distro>=1.0.2, <=1.6.0
future>=0.16.0, <0.19.0
pygments>=2.0, <3.0
tqdm>=4.28.1, <5
Jinja2>=2.9, <3
Expand Down
2 changes: 0 additions & 2 deletions pyinstaller.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import print_function

import os
import platform
import shutil
Expand Down

0 comments on commit acfaf91

Please sign in to comment.