1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixing code style E302

This commit is contained in:
Jason Yates
2022-01-08 22:24:25 +00:00
parent f66a265fcf
commit f732493473

View File

@ -26,6 +26,7 @@ CIRCUITTERMINATION_LINK = """
# Table columns # Table columns
# #
class CommitRateColumn(tables.TemplateColumn): class CommitRateColumn(tables.TemplateColumn):
""" """
Humanize the commit rate in the column view Humanize the commit rate in the column view
@ -46,6 +47,7 @@ class CommitRateColumn(tables.TemplateColumn):
# Providers # Providers
# #
class ProviderTable(BaseTable): class ProviderTable(BaseTable):
pk = ToggleColumn() pk = ToggleColumn()
name = tables.Column( name = tables.Column(