Skip to content

Commit

Permalink
Fixing alignment of a hanging indent for code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
michellethomas committed Dec 17, 2015
1 parent f24e58a commit e5256ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/views.py
Expand Up @@ -149,7 +149,7 @@ class TableView(PanoramixModelView, DeleteMixin):
add_columns = ['table_name', 'database', 'default_endpoint', 'offset']
edit_columns = [
'table_name', 'is_featured', 'database', 'description', 'owner',
'main_dttm_col', 'default_endpoint', 'offset']
'main_dttm_col', 'default_endpoint', 'offset']
related_views = [TableColumnInlineView, SqlMetricInlineView]
base_order = ('changed_on','desc')
description_columns = {
Expand Down

0 comments on commit e5256ef

Please sign in to comment.