@@ -12,7 +12,6 @@ |
||
12 | 12 | use EndorphinStudio\Detector\Data\Result; |
13 | 13 | use EndorphinStudio\Detector\Exception\StorageException; |
14 | 14 | use EndorphinStudio\Detector\Storage\StorageInterface; |
15 | -use Twig\Parser; |
|
16 | 15 | |
17 | 16 | class Detector |
18 | 17 | { |
@@ -4,8 +4,6 @@ |
||
4 | 4 | namespace EndorphinStudio\Detector\Detection; |
5 | 5 | |
6 | 6 | |
7 | -use EndorphinStudio\Detector\Data\AbstractData; |
|
8 | -use EndorphinStudio\Detector\Data\Os; |
|
9 | 7 | use EndorphinStudio\Detector\Tools; |
10 | 8 | |
11 | 9 | class OsDetector extends AbstractDetection |