diff options
Diffstat (limited to 'src/tg')
| -rw-r--r-- | src/tg/type-macros.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tg/type-macros.lisp b/src/tg/type-macros.lisp index 7380a6d..552c908 100644 --- a/src/tg/type-macros.lisp +++ b/src/tg/type-macros.lisp | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> | 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> |
| 3 | (defpackage :ukkoclot/tg/type-macros | 3 | (defpackage :ukkoclot/tg/type-macros |
| 4 | (:use :c2cl :iterate) | 4 | (:use :c2cl :iterate) |
| 5 | (:import-from :ukkoclot/bot/impl :parse-value) | 5 | (:import-from :ukkoclot/serializing :parse-value) |
| 6 | (:import-from :ukkoclot/hash-tables :gethash-lazy) | 6 | (:import-from :ukkoclot/hash-tables :gethash-lazy) |
| 7 | (:import-from :ukkoclot/strings :lisp->snake-case) | 7 | (:import-from :ukkoclot/strings :lisp->snake-case) |
| 8 | (:local-nicknames | 8 | (:local-nicknames |