consistent comment style

pull/1206/head
noah 3 years ago
parent c7262e11ba
commit edc2dd8c71

@ -27,7 +27,7 @@ class QueryNotify():
results for this query. results for this query.
Return Value: Return Value:
Nothing. N/A.
""" """
self.result = result self.result = result
@ -48,7 +48,7 @@ class QueryNotify():
Default is None. Default is None.
Return Value: Return Value:
Nothing. N/A.
""" """
return return
@ -65,7 +65,7 @@ class QueryNotify():
results for this query. results for this query.
Return Value: Return Value:
Nothing. N/A.
""" """
self.result = result self.result = result
@ -86,7 +86,7 @@ class QueryNotify():
Default is None. Default is None.
Return Value: Return Value:
Nothing. N/A.
""" """
return return
@ -125,7 +125,7 @@ class QueryNotifyPrint(QueryNotify):
color -- Boolean indicating whether to color terminal output color -- Boolean indicating whether to color terminal output
Return Value: Return Value:
Nothing. N/A.
""" """
# Colorama module's initialization. # Colorama module's initialization.
@ -149,7 +149,7 @@ class QueryNotifyPrint(QueryNotify):
of queries are about. of queries are about.
Return Value: Return Value:
Nothing. N/A.
""" """
title = "Checking username" title = "Checking username"
@ -175,7 +175,7 @@ class QueryNotifyPrint(QueryNotify):
results for this query. results for this query.
Return Value: Return Value:
Nothing. N/A.
""" """
self.result = result self.result = result

@ -58,7 +58,7 @@ class QueryResult():
Default of None. Default of None.
Return Value: Return Value:
Nothing. N/A.
""" """
self.username = username self.username = username

@ -64,7 +64,7 @@ class SherlockFuturesSession(FuturesSession):
kwargs -- Keyword arguments. kwargs -- Keyword arguments.
Return Value: Return Value:
N/A N/A.
""" """
resp.elapsed = monotonic() - start resp.elapsed = monotonic() - start

@ -46,7 +46,7 @@ class SiteInformation():
object for future use. object for future use.
Return Value: Return Value:
Nothing. N/A.
""" """
self.name = name self.name = name
@ -104,7 +104,7 @@ class SitesInformation():
default site list will be used. default site list will be used.
Return Value: Return Value:
Nothing. N/A.
""" """
if data_file_path is None: if data_file_path is None:

Loading…
Cancel
Save