4 Commits 078bfbeb4c ... 064051447f

Author SHA1 Message Date
  Stan Janssen 064051447f Use add_css_file instead of add_stylesheet as requested by Sphinx 3 years ago
  Stan Janssen f882b7ddaa Use actual UUIDs, improve documentation of utilities 3 years ago
  Stan Janssen 078bfbeb4c Use add_css_file instead of add_stylesheet as requested by Sphinx 3 years ago
  Stan Janssen 6da43c106b Use actual UUIDs, improve documentation of utilities 3 years ago
1 changed files with 1 additions and 0 deletions
  1. 1 0
      openleadr/utils.py

+ 1 - 0
openleadr/utils.py

@@ -16,6 +16,7 @@
 
 from asyncio import iscoroutine
 from datetime import datetime, timedelta, timezone
+from dataclasses import is_dataclass, asdict
 import random
 import string
 from collections import OrderedDict