Skip to content

Commit b2e181f

Browse files
committed
Resolved check failure
1 parent 1ca3cff commit b2e181f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre_commit_hooks/check_jamf_json_manifests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import json
1010
from datetime import datetime
1111

12-
from pre_commit_hooks.util import PLIST_TYPES, validate_required_keys
12+
from pre_commit_hooks.util import validate_required_keys
1313

1414
# Types found in the Jamf JSON manifests
1515
MANIFEST_TYPES = {

0 commit comments

Comments
 (0)