Skip to content

Commit

Permalink
db.out.ogr: Removed unused variable (#4617)
Browse files Browse the repository at this point in the history
  • Loading branch information
arohanajit authored Oct 31, 2024
1 parent f9f01e1 commit d5a8722
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ per-file-ignores =
scripts/r.semantic.label/r.semantic.label.py: E501
scripts/db.out.ogr/db.out.ogr.py: F841
scripts/g.extension/g.extension.py: E501
scripts/v.unpack/v.unpack.py: E501
scripts/v.unpack/v.unpack.py: E501n
scripts/v.import/v.import.py: E501
scripts/db.univar/db.univar.py: E501
scripts/i.pansharpen/i.pansharpen.py: E501
Expand Down
1 change: 0 additions & 1 deletion scripts/db.out.ogr/db.out.ogr.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def main():
layer = options["layer"]
format = options["format"]
output = options["output"]
table = options["table"]

if format.lower() == "dbf":
format = "ESRI_Shapefile"
Expand Down

0 comments on commit d5a8722

Please sign in to comment.