merge cleanup
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
from __future__ import annotations
|
||||
import functools
|
||||
|
||||
from .authmixin import AuthError, HEADER_JSON
|
||||
from .httpclient import HttpClient
|
||||
@ -51,7 +52,7 @@ class SciLog():
|
||||
snippet = Paragraph()
|
||||
snippet.import_dict(kwargs)
|
||||
snippet.textcontent = msg
|
||||
payload = snippet.to_dict(include_none=False)
|
||||
payload = snippet.to_dict(include_none=False)
|
||||
return Basesnippet.from_http_response(self.http_client.post_request(url, payload=payload, headers=HEADER_JSON))
|
||||
|
||||
@pinned_to_logbook(["parentId", "ownerGroup", "accessGroups"])
|
||||
|
Reference in New Issue
Block a user