remove one more unneeded import (#946)

This commit is contained in:
Madhur Tandon
2022-11-14 19:09:03 +05:30
committed by GitHub
parent 9521bc7175
commit be9b9f66d3

View File

@@ -1,4 +1,3 @@
import type { PyScriptApp } from './main';
import type { AppConfig } from './pyconfig';
import type { Runtime } from './runtime';