Skip to content

Commit 2c957fe

Browse files
removed unused import
1 parent ee221e9 commit 2c957fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/dataSource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* specific language governing permissions and limitations under the License.
1212
*/
1313

14-
import { UDA, UDAParam } from "./uda";
14+
import { UDA } from "./uda";
1515

1616
export enum DataSourceTypes {
1717
API = "API",

0 commit comments

Comments
 (0)