Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Update linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cduhn17 committed Nov 17, 2021
1 parent 0177e92 commit 961c9f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pe_reports/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def total(self):
df_cred_hibp = self.query_hibp_view.shape[0]
total = df_cred_csg + df_cred_hibp
return total

# TODO the following functions correspond to functions at report_generator.py
# TODO and will be added in follow up PR's.
def password(self):
Expand Down

0 comments on commit 961c9f4

Please sign in to comment.