Browse Source

fix import

blezz-tech 2 tháng trước cách đây
mục cha
commit
9b614147da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/database/__init__.py

+ 1 - 1
docs/database/__init__.py

@@ -1,6 +1,6 @@
 from .client import Client
 from .company import Company
-from .documents import Documents, DocumentFile
+from .documents import Documents
 from .orders import Orders
 from .permissions import Permissions
 from .provider import Provider