Fixing code style E302
This commit is contained in:
parent
f66a265fcf
commit
f732493473
|
|
@ -26,6 +26,7 @@ CIRCUITTERMINATION_LINK = """
|
|||
# Table columns
|
||||
#
|
||||
|
||||
|
||||
class CommitRateColumn(tables.TemplateColumn):
|
||||
"""
|
||||
Humanize the commit rate in the column view
|
||||
|
|
@ -46,6 +47,7 @@ class CommitRateColumn(tables.TemplateColumn):
|
|||
# Providers
|
||||
#
|
||||
|
||||
|
||||
class ProviderTable(BaseTable):
|
||||
pk = ToggleColumn()
|
||||
name = tables.Column(
|
||||
|
|
|
|||
Loading…
Reference in New Issue