@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace frictionlessdata\tableschema; |
| 3 | 3 | use frictionlessdata\tableschema\Exceptions\DataSourceException; |
| 4 | -use frictionlessdata\tableschema\Fields\BaseField; |
|
| 5 | 4 | |
| 6 | 5 | /** |
| 7 | 6 | * represents a data source which validates against a table schema |