Skip to content

Commit ad8f939

Browse files
committed
fix Codacy production errors
1 parent 426a7d3 commit ad8f939

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/arguments/api_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
class ApiTesting():
55
default_url = "https://127.0.0.1:8000"
66
default_headers = {}
7-
InvalidSchemaMessage = "Check whether the URL is valid or check if " +
8-
"the localhost server is active or not"
7+
InvalidSchemaMessage = "Check whether the URL is valid or check if " + "the localhost server is active or not"
98
# fetches the input data for making a request
109
@classmethod
1110
def fetch_input_url(cls):

src/arguments/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def search_args(self):
5555
elif self.arguments.GET:
5656
self.api_test_object.get_request()
5757
elif self.arguments.DELETE:
58-
self.api_test_object.delete_endpoint_request()
58+
self.api_test_object.delete_endpoint_request()
5959
elif self.arguments.notion:
6060
NotionClient().get_tokenv2_cookie()
6161

0 commit comments

Comments
 (0)