Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Aug 25, 2020
1 parent e5c4875 commit 6077010
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
from six import PY2

try:
import datadog_agent
import datadog_agent # noqa: F401

dev_mode = False
except ImportError:
dev_mode = True
Expand Down

0 comments on commit 6077010

Please sign in to comment.