remove software and license imports

This commit is contained in:
Andreas Zweili 2020-01-12 12:42:43 +01:00
parent 7a4dd8f9e3
commit 4f830a2f2f
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@ from .computer import (Computer, ComputerCpuRelation, ComputerDiskRelation,
ComputerSoftwareRelation)
from .cpu import CpuArchitecture, CpuManufacturer, Cpu
from .disk import DiskType, Disk
from .license import (License, ComputerLicense, UserLicense,
LicenseWithComputer, LicenseWithUser)
from .raid import DisksInRaid, RaidType, Raid
from .ram import RamType, Ram
from .software import SoftwareArchitecture, SoftwareCategory, Software
from .warranty import Warranty, WarrantyType