Skip to content

Commit 9b1a24f

Browse files
committed
Organise imports
1 parent 74955ad commit 9b1a24f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/confcom/azext_confcom/lib/serialization.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# Licensed under the MIT License. See License.txt in the project root for license information.
55
# --------------------------------------------------------------------------------------------
66

7-
from dataclasses import asdict
87
import json
9-
from pathlib import Path
8+
import re
9+
10+
from dataclasses import asdict
1011
from textwrap import dedent
1112
from typing import Union
1213

1314
from azext_confcom.lib.policy import Container, FragmentReference, Fragment, Policy
14-
import re
1515

1616

1717
# This is a single entrypoint for serializing both Policy and Fragment objects

0 commit comments

Comments
 (0)