Skip to content

Commit

Permalink
Make debug Python 2.7 compatible.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Oct 14, 2024
1 parent a390aa8 commit c9e8ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pex/hashing.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2022 Pex project contributors.
# Licensed under the Apache License, Version 2.0 (see LICENSE).

from __future__ import absolute_import
from __future__ import absolute_import, print_function

import hashlib
import os
Expand Down

0 comments on commit c9e8ab8

Please sign in to comment.