Skip to content

Commit

Permalink
fix PEP 257
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Tenreiro committed Jul 23, 2020
1 parent 53a648c commit d1c68a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion opensquat/file_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

class InputFile:
def __init__(self):
"""Initiator."""
self.domain_filename = None
self.keywords_filename = None
self.domain_total = 0
Expand All @@ -27,7 +28,8 @@ def set_keywords_file(self, keywords_file):
self.keywords_filename = keywords_file

def count_domains(self):
"""Count number of domains (lines) from the domains file.
"""
Count number of domains (lines) from the domains file.
Args:
none
Expand Down

0 comments on commit d1c68a8

Please sign in to comment.