Skip to content

Commit aac0027

Browse files
Update getoutline.py
1 parent e2653bf commit aac0027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glueops/getoutline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import requests
22
import os
3-
import setup_logging
3+
from glueops import setup_logging
44

55
LOG_LEVEL = os.getenv("LOG_LEVEL", "INFO")
66
logger = setup_logging.configure(level=LOG_LEVEL)

0 commit comments

Comments
 (0)