diff --git a/netbox/extras/management/commands/nbshell.py b/netbox/extras/management/commands/nbshell.py index 9762f0cbd56..a50b1384df9 100644 --- a/netbox/extras/management/commands/nbshell.py +++ b/netbox/extras/management/commands/nbshell.py @@ -60,7 +60,6 @@ class Command(BaseCommand): except KeyError: pass - # Load convenience commands namespace.update({ 'lsmodels': self._lsmodels,