consistent comment style

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

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

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

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

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

Loading…
Cancel
Save