Skip to content

Commit

Permalink
Python - Remove unused line from Python files
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 5, 2022
1 parent b4655dc commit eee36e6
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion pg_metadata/connection_manager.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"

import logging

Expand Down
1 change: 0 additions & 1 deletion pg_metadata/processing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"
1 change: 0 additions & 1 deletion pg_metadata/processing/administration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"

from qgis.core import (
QgsProcessingParameterFileDestination,
Expand Down
1 change: 0 additions & 1 deletion pg_metadata/processing/administration/set_connections.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"

from qgis.core import QgsProcessingParameterEnum, QgsProviderRegistry

Expand Down
1 change: 0 additions & 1 deletion pg_metadata/processing/database/create.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"

import os

Expand Down
1 change: 0 additions & 1 deletion pg_metadata/processing/database/recompute_values.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"


from qgis.core import (
Expand Down
1 change: 0 additions & 1 deletion pg_metadata/processing/database/reset_html_template.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"


from qgis.core import (
Expand Down
1 change: 0 additions & 1 deletion pg_metadata/processing/database/upgrade.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"

import os

Expand Down
1 change: 0 additions & 1 deletion pg_metadata/processing/provider.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"

import os

Expand Down
1 change: 0 additions & 1 deletion pg_metadata/test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"
1 change: 0 additions & 1 deletion pg_metadata/test/base_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"

SCHEMA = "pgmetadata"

Expand Down
1 change: 0 additions & 1 deletion pg_metadata/test/test_database_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
__copyright__ = "Copyright 2020, 3Liz"
__license__ = "GPL version 3"
__email__ = "[email protected]"
__revision__ = "$Format:%H$"

VERSION = '0.0.1'
SCHEMA = "pgmetadata"
Expand Down

0 comments on commit eee36e6

Please sign in to comment.