|
4 | 4 | from typing import Any, Dict, List, Optional, Union |
5 | 5 |
|
6 | 6 | from .calls import make_request |
7 | | -from .data import (AuthType, BugoutJournal, BugoutJournalEntities, |
8 | | - BugoutJournalEntity, BugoutJournalEntityRequest, |
9 | | - BugoutJournalEntries, BugoutJournalEntriesRequest, |
10 | | - BugoutJournalEntriesTagsRequest, BugoutJournalEntry, |
11 | | - BugoutJournalEntryContent, BugoutJournalEntryTags, |
12 | | - BugoutJournalPermissions, BugoutJournals, |
13 | | - BugoutJournalScopeSpecs, BugoutScopes, BugoutSearchResults, |
14 | | - HolderType, JournalTypes, Method) |
| 7 | +from .data import ( |
| 8 | + AuthType, |
| 9 | + BugoutJournal, |
| 10 | + BugoutJournalEntities, |
| 11 | + BugoutJournalEntity, |
| 12 | + BugoutJournalEntityRequest, |
| 13 | + BugoutJournalEntries, |
| 14 | + BugoutJournalEntriesRequest, |
| 15 | + BugoutJournalEntriesTagsRequest, |
| 16 | + BugoutJournalEntry, |
| 17 | + BugoutJournalEntryContent, |
| 18 | + BugoutJournalEntryTags, |
| 19 | + BugoutJournalPermissions, |
| 20 | + BugoutJournals, |
| 21 | + BugoutJournalScopeSpecs, |
| 22 | + BugoutScopes, |
| 23 | + BugoutSearchResults, |
| 24 | + HolderType, |
| 25 | + JournalTypes, |
| 26 | + Method, |
| 27 | +) |
15 | 28 | from .exceptions import InvalidUrlSpec |
16 | 29 | from .settings import REQUESTS_TIMEOUT |
17 | 30 |
|
|
0 commit comments