remove a duplicate import

This commit is contained in:
Andreas Zweili 2017-12-27 15:52:52 +01:00
parent cfb2d43fbb
commit ad9c55ca77
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@ The "GeneralDevice" model is used to describe devices which are very
simple or I don't have much control over.
#+BEGIN_SRC python :tangle ../inventory/models.py
from django.db import models
class GeneralDevice(Device):
def __str__(self):