Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 30, 2024
2 parents e671f1b + bcb2981 commit b044bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/develop/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_include_dirs():


class FalseString(str):
def __nonzero__(self):
def __bool__(self):
return False


Expand Down

0 comments on commit b044bb4

Please sign in to comment.