aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ionite34 <[email protected]>2022-11-22 14:27:53 -0500
committerGravatar ionite34 <[email protected]>2022-11-22 14:27:53 -0500
commit1b8f9b835bf761e1688ca0584a085ef281d88c04 (patch)
tree5e570a916aba6ce41f7d29091c4b43b6aae86c8b
parentFix path parse unit tests (diff)
Add timed to utils __all__
-rw-r--r--snekbox/utils/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/snekbox/utils/__init__.py b/snekbox/utils/__init__.py
index 6d6bc32..010fa65 100644
--- a/snekbox/utils/__init__.py
+++ b/snekbox/utils/__init__.py
@@ -1,3 +1,3 @@
-from . import cgroup, logging, swap
+from . import cgroup, logging, swap, timed
-__all__ = ("cgroup", "logging", "swap")
+__all__ = ("cgroup", "logging", "swap", "timed")