Skip to content

Commit

Permalink
Fix import order in _database_monitoring.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelyangdog committed Jul 19, 2024
1 parent 4684ce5 commit 8dbaef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddtrace/propagation/_database_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

import sys


if sys.version_info >= (3, 8):
from typing import Literal # noqa:F401
else:
Expand Down

0 comments on commit 8dbaef0

Please sign in to comment.