Skip to content

Commit

Permalink
Remove the unnecessary else statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fitodic committed Oct 16, 2019
1 parent ca7bb1f commit 753014d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/centerline/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,4 @@ def get_ogr_driver(filepath):
if extension == driver_extension or extension in driver_extensions:
return driver

else:
raise UnsupportedVectorType
raise UnsupportedVectorType

0 comments on commit 753014d

Please sign in to comment.