소스 검색

fixed minor code style

Toan Quach 1 년 전
부모
커밋
e8cc5fe87d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/core/notification/test_events_published.py

+ 1 - 1
tests/core/notification/test_events_published.py

@@ -10,7 +10,7 @@
 # specific language governing permissions and limitations under the License.
 
 from queue import SimpleQueue
-from typing import Dict, List, Any
+from typing import Any, Dict, List
 
 from taipy.config import Config, Frequency
 from taipy.core import taipy as tp