Skip to content

Commit 6b85e46

Browse files
committed
Remove unused imports
1 parent ab460ef commit 6b85e46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/php/lang/ast/unittest/emit/CallableSyntaxTest.class.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php namespace lang\ast\unittest\emit;
22

3-
use unittest\actions\RuntimeVersion;
4-
use unittest\{Action, Assert, Test, Values};
3+
use unittest\{Assert, Test};
54

65
class CallableSyntaxTest extends EmittingTest {
76

0 commit comments

Comments
 (0)