Jelajahi Sumber

Fixing code style E302

Jason Yates 4 tahun lalu
induk
melakukan
f732493473
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      netbox/circuits/tables.py

+ 2 - 0
netbox/circuits/tables.py

@@ -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(