Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit c34f973

Browse files
committed
Added missing import
1 parent 1bf4121 commit c34f973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitlab/users.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# -*- coding: utf-8 -*-
22
import requests
33

4-
from. base import Base
4+
from .base import Base
5+
from .helper import deprecated
56

67

78
class Users(Base):

0 commit comments

Comments
 (0)