mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-19 01:58:43 -06:00
PEP8 clenaup
This commit is contained in:
@@ -1,2 +1 @@
|
||||
default_app_config = 'ipam.apps.IPAMConfig'
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ class RIR(models.Model):
|
||||
"""
|
||||
name = models.CharField(max_length=50, unique=True)
|
||||
slug = models.SlugField(unique=True)
|
||||
|
||||
|
||||
class Meta:
|
||||
ordering = ['name']
|
||||
verbose_name = 'RIR'
|
||||
|
||||
Reference in New Issue
Block a user