pgadmin4/web/pgadmin/tools/import_export
Aditya Toshniwal 56cf64ad22 Fixed following SonarQube issues:
- Refactor functions to not always return the same value.
  - Rename "cls" to "self" or add the missing "self" parameter.
  - Remove useless assignment to variables.
2020-07-30 14:04:22 +05:30
..
static/js Fixed following SonarQube issues: 2020-07-30 14:04:22 +05:30
templates/import_export/sql Fix error while importing data to a table using Import/Export dialog and providing Not null columns option. Fixes #4461. 2019-09-03 11:19:33 +05:30
tests Remove Python 2 support from the Python tests. 2020-04-30 12:56:45 +05:30
__init__.py Fixed SonarQube code smell 'Rename function and variable name to match the regular expression'. 2020-07-01 13:50:51 +05:30