Skip to content

Commit 92ffd63

Browse files
fmt
Signed-off-by: Thara Palanivel <[email protected]>
1 parent a97a9b2 commit 92ffd63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fms_mo/fx/dynamo_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"""
1818

1919
# Standard
20+
from typing import Dict, Optional
2021
import logging
21-
from typing import Optional, Dict
2222

2323
# Third Party
2424
import torch

fms_mo/fx/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""Utils for FX graph parsing and external kernel lowering"""
1616

1717
# Standard
18-
from typing import Any, Optional, Dict
18+
from typing import Any, Dict, Optional
1919
import logging
2020
import operator
2121
import os

0 commit comments

Comments
 (0)