Skip to content

Commit

Permalink
update black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkst-az committed Oct 18, 2024
1 parent 3cb9adc commit 70cb9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencanary/modules/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def getPrimes(self):
_modulis = [
"/etc/ssh/moduli",
"/private/etc/moduli",
resource_filename('opencanary', 'data/moduli'),
resource_filename("opencanary", "data/moduli"),
]
_primes = None
for _moduli in _modulis:
Expand Down

0 comments on commit 70cb9dc

Please sign in to comment.