Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeunier28 committed Jun 19, 2023
1 parent f298868 commit 89dac72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import logging

import psycopg
from psycopg.rows import dict_row

from datadog_checks.base.utils.db.sql import compute_sql_signature
from datadog_checks.base.utils.tracking import tracked_method
Expand Down
1 change: 1 addition & 0 deletions postgres/datadog_checks/postgres/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from typing import Dict, Optional, Tuple # noqa: F401

import psycopg
from psycopg.rows import dict_row

try:
import datadog_agent
Expand Down

0 comments on commit 89dac72

Please sign in to comment.