4 Комити 078bfbeb4c ... 064051447f

Аутор SHA1 Порука Датум
  Stan Janssen 064051447f Use add_css_file instead of add_stylesheet as requested by Sphinx пре 4 година
  Stan Janssen f882b7ddaa Use actual UUIDs, improve documentation of utilities пре 4 година
  Stan Janssen 078bfbeb4c Use add_css_file instead of add_stylesheet as requested by Sphinx пре 4 година
  Stan Janssen 6da43c106b Use actual UUIDs, improve documentation of utilities пре 4 година
1 измењених фајлова са 1 додато и 0 уклоњено
  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