Skip to content

Commit 42ba243

Browse files
authored
Update settings.py
Added missing import
1 parent 22be36a commit 42ba243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/signal_documentation/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"""
1212
import os
1313
import sys
14+
from distutils.util import strtobool
1415
from pathlib import Path
1516
from typing import Any
1617

0 commit comments

Comments
 (0)