Skip to content

Commit

Permalink
update signature
Browse files Browse the repository at this point in the history
  • Loading branch information
goFrendiAsgard committed Dec 2, 2023
1 parent 63ac2f8 commit 211ce1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zrb/builtin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from zrb.builtin import generator
from zrb.builtin import process
from zrb.builtin import say
from zrb.builtin import watch
from zrb.builtin import watch_changes
from zrb.builtin import schedule

assert base64
Expand All @@ -29,5 +29,5 @@
assert generator
assert process
assert say
assert watch
assert watch_changes
assert schedule

0 comments on commit 211ce1b

Please sign in to comment.