Remove obsolete Test_New import (#9013)

A quickfix after merge conflict introduced by #8991.
This commit is contained in:
Pavel Marek 2024-02-09 12:27:26 +01:00 committed by GitHub
parent 6881bc844e
commit 26aa27c9ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
from Standard.Base import all
from Standard.Table import Table
from Standard.Test_New import all
from Standard.Test import all
from Standard.Table.Errors import all
import Standard.Base.Errors.Common.Type_Error