Skip to content

Commit 36c04d1

Browse files
committed
utils.py: Fix missing import
1 parent ce49d5d commit 36c04d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema_salad/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import absolute_import
2-
2+
import os
33
from typing import Any, Dict, List
44

55

0 commit comments

Comments
 (0)