Skip to content

Commit 3febd8e

Browse files
committed
Fix formatting with isort
1 parent da269b0 commit 3febd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aleph_message/models/execution/program.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from typing import Literal, Optional, List
3+
from typing import List, Literal, Optional
44

55
from pydantic import Field
66

0 commit comments

Comments
 (0)