data61 / clkhash

CLK hash: hash pii for entity matching
Apache License 2.0
47 stars 9 forks source link

Run pyupgrade --py37-plus #641

Closed hardbyte closed 1 year ago

hardbyte commented 1 year ago

I ran the pyupgrade tool to update some old code. It would be tedious to do this manually.

To reproduce:


pip install pyupgrade
python -m pyupgrade --py37-plus $(find clkhash -name "*.py")
codecov[bot] commented 1 year ago

Codecov Report

Merging #641 (7825b02) into master (596210f) will decrease coverage by 0.01%. The diff coverage is 88.88%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #641 +/- ## ========================================== - Coverage 94.53% 94.52% -0.02% ========================================== Files 12 12 Lines 952 949 -3 ========================================== - Hits 900 897 -3 Misses 52 52 ```