fixed module reloading for jupyterlab NEXT: try deployment
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import jsonapi_requests
|
||||
from . my_meta import MyMeta
|
||||
|
||||
|
||||
class Quantity(jsonapi_requests.orm.ApiModel):
|
||||
class Meta(MyMeta):
|
||||
type = 'quantity'
|
||||
|
||||
Reference in New Issue
Block a user