Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng committed Oct 18, 2024
1 parent 01a24da commit 50b6bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tld_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def read_tld_data(file_path):
with open(file_path, 'r') as f:
with open(file_path) as f:
return json.load(f)


Expand Down

0 comments on commit 50b6bdf

Please sign in to comment.