Skip to content

Commit

Permalink
Fix csv not available for syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Mar 8, 2021
1 parent 7ff450e commit 59eb48b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lbsntransform/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def parse_args(self):
'* region '
'* city '
'* place '
'* latlng '
'* latlng '
' '
'Bases not included will be skipped. Per '
'default, all bases will be considered.',
Expand All @@ -423,11 +423,11 @@ def parse_args(self):
'query. Format is `lbsn_type,schema.table`'
', e.g.: '
' '
'```csv'
'```'
'post,newschema.newtable'
'```'
' '
' Argument can be used multiple times.',
'Argument can be used multiple times.',
action='append',
type=str)

Expand Down

0 comments on commit 59eb48b

Please sign in to comment.