Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
feat(base): support loading external modules from py and yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 20, 2019
1 parent 85333e0 commit 5a9f785
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_contrib_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import sys
import unittest.mock

import ruamel.yaml

dirname = os.path.dirname(__file__)
module_path = os.path.join(dirname, 'contrib', 'dummy_contrib.py')
cls_name = 'FooContribEncoder'
Expand Down

0 comments on commit 5a9f785

Please sign in to comment.