From 338726ebaba87468530fa5a089e54e27bfb0064d Mon Sep 17 00:00:00 2001 From: vinzbarbuto Date: Tue, 17 Sep 2024 20:21:22 -0700 Subject: [PATCH] Enhanced tests for new import statement; Fix formatting --- test/Python/src/FederatedImportLibrary.lf | 2 +- test/Python/src/ImportLibrary.lf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Python/src/FederatedImportLibrary.lf b/test/Python/src/FederatedImportLibrary.lf index a7aefe1f47..17d500aa93 100644 --- a/test/Python/src/FederatedImportLibrary.lf +++ b/test/Python/src/FederatedImportLibrary.lf @@ -1,6 +1,6 @@ # Test the new import statement, with the import path enclosed in angle brackets, in federated LF programs target Python { - timeout: 2 sec + timeout: 2 sec } import Count from diff --git a/test/Python/src/ImportLibrary.lf b/test/Python/src/ImportLibrary.lf index 5f98f750b4..962a616a6b 100644 --- a/test/Python/src/ImportLibrary.lf +++ b/test/Python/src/ImportLibrary.lf @@ -1,6 +1,6 @@ # Test the new import statement with the import path enclosed in angle brackets target Python { - timeout: 2 sec + timeout: 2 sec } import Count from