Add missing inflection import

====  Tech Notes ====
inflection was not imported in configuration
pull/1196/head
Åke Forslund 2017-11-02 16:19:52 +01:00
parent a9d627c979
commit f291e2704a
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# Copyright 2017 Mycroft AI Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@ -12,9 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
import inflection
import re
import json
import inflection
from os.path import exists, isfile, join, dirname, expanduser
from requests import HTTPError