Skip to content

Commit

Permalink
Add missing import (#402)
Browse files Browse the repository at this point in the history
This test currently only works when run after other tests which import `morpheus.config`

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #402
  • Loading branch information
dagardner-nv authored Oct 17, 2022
1 parent 93f8bda commit b12812a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from unittest import mock

import morpheus
import morpheus.config

# Using morpheus.config to distinguish between the config package and the pytest fixture of the same name

Expand Down

0 comments on commit b12812a

Please sign in to comment.