Skip to content

Commit 123150b

Browse files
committed
chore(lint): apply isort
1 parent 976a89f commit 123150b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ga_actions_check_ref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import os
44
import re
55
import sys
6+
from collections.abc import Hashable, Mapping
67
from dataclasses import dataclass, field
78
from typing import IO
8-
from collections.abc import Hashable, Mapping
99

1010
import yaml
1111
from jsonpath_ng import parse

0 commit comments

Comments
 (0)