Skip to content

Commit ef1c899

Browse files
committed
import models explicitly instead of wildcard
import models explicitly instead of wildcard
1 parent 8c1b18f commit ef1c899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspace_rest_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from requests import Request
2727
import pysolr
2828

29-
from .models import *
29+
from .models import SimpleDSpaceObject, Community, Collection, Item, Bundle, Bitstream, User, Group, DSpaceObject
3030
from . import __version__
3131

3232
__all__ = ['DSpaceClient']

0 commit comments

Comments
 (0)