Skip to content

Commit f4ae157

Browse files
author
yasht01
committed
Fix Codacy Analysis failing checks
1 parent a7e0c34 commit f4ae157

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/arguments/search.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,11 @@ def search_args(self):
4040
webbrowser.open(f"{url}?title={self.arguments.new}")
4141
else:
4242
webbrowser.open(url)
43-
<<<<<<< HEAD
4443
elif self.arguments.custom:
4544
self.utility_object.setCustomKey()
46-
=======
4745
elif self.arguments.update:
4846
update = UpdateApplication(version)
4947
update.check_for_updates()
50-
>>>>>>> 8953712129b15eb66ca2240c2e01e01e3bcfd7ee
5148

5249
def search_for_results(self, save=False):
5350
queries = ["What do you want to search", "Tags"]

0 commit comments

Comments
 (0)