Skip to content

Commit

Permalink
Fixing lints
Browse files Browse the repository at this point in the history
  • Loading branch information
dristy.cd committed Jul 9, 2024
1 parent 8533c53 commit 5bec230
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@ def _classify_doc(self, loading_end: bool = False) -> dict:
classified_data = classified_docs.get(doc_data["pb_id"], {})
doc_data.update(
{
"pb_checksum": classified_data.get(
"pb_checksum", None
),
"pb_checksum": classified_data.get("pb_checksum", None),
"loader_source_path": classified_data.get(
"loader_source_path", None
),
Expand Down

0 comments on commit 5bec230

Please sign in to comment.