@@ -18,9 +18,6 @@ |
||
18 | 18 | * @link http://www.techdivision.com |
19 | 19 | */ |
20 | 20 | |
21 | -use Lurker\Event\FilesystemEvent; |
|
22 | -use Symfony\Component\Finder\Finder; |
|
23 | - |
|
24 | 21 | /** |
25 | 22 | * Defines the available build tasks. |
26 | 23 | * |
@@ -24,7 +24,6 @@ |
||
24 | 24 | use TechDivision\Import\Subjects\EntitySubjectInterface; |
25 | 25 | use TechDivision\Import\Utils\RegistryKeys; |
26 | 26 | use TechDivision\Import\Attribute\Utils\MemberNames; |
27 | -use TechDivision\Import\Utils\EntityTypeCodes; |
|
28 | 27 | |
29 | 28 | /** |
30 | 29 | * The abstract product subject implementation that provides basic attribute |