Skip to content

Commit

Permalink
- fix import error [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Mar 29, 2021
1 parent 3ab738b commit 9d03677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import datetime
import os
import sys
from unittest.mock import MagicMock
from unittest.mock import Mock
sys.path.insert(0, os.path.abspath('../'))
sys.modules['MySQLdb'] = Mock()
Expand Down

0 comments on commit 9d03677

Please sign in to comment.