mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed 'Remove the unused function parameter' code smell.
This commit is contained in:
committed by
Akshay Joshi
parent
3b95a416ca
commit
d967d5046d
@@ -69,7 +69,7 @@ class SQLTemplateTestBase(BaseTestGenerator):
|
||||
"""
|
||||
# Iterate all the mapping directories and check the file is exist
|
||||
# in the specified folder. If it exists then return the path.
|
||||
for directory in get_version_mapping_directories(self.server['type']):
|
||||
for directory in get_version_mapping_directories():
|
||||
if directory['number'] > version:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user