Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 17cd284

Browse files
authored
Add missing os import
1 parent 8a9edf4 commit 17cd284

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

newrelic_python_agent/plugins/postgresql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import psycopg2
77
from psycopg2 import extensions
88
from psycopg2 import extras
9+
import os
910

1011
from newrelic_python_agent.plugins import base
1112

0 commit comments

Comments
 (0)