Add the module used but not be imported

The module "inspect" was used in method _handle_patch(), Line 50
but not be imported.

Change-Id: I5b5573d8d4e8dde241bd248b36c803178f18871b
This commit is contained in:
chenke 2019-03-18 10:58:21 +08:00
parent 6a0c367c02
commit c4af526daf
1 changed files with 2 additions and 1 deletions

View File

@ -15,10 +15,11 @@
import datetime
import inspect
import pecan
from pecan import rest
import wsme
from wsme import types as wtypes
from pecan import rest
class APIBase(wtypes.Base):