Skip to content

Commit b215a71

Browse files
committed
oops, the f syntax transformer is imported for use, not re-export
1 parent e000eea commit b215a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpythonic/syntax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
from .ifexprs import aif as _aif, cond as _cond
151151
from .lambdatools import (multilambda as _multilambda,
152152
namedlambda as _namedlambda,
153+
f as _f,
153154
quicklambda as _quicklambda,
154155
envify as _envify)
155156
from .lazify import lazy as _lazy, lazify as _lazify, lazyrec as _lazyrec
@@ -180,7 +181,6 @@
180181
from .dbg import dbgprint_block, dbgprint_expr # noqa: F401, re-export for re-use in a decorated variant.
181182
from .forall import insist, deny # noqa: F401
182183
from .ifexprs import it # noqa: F401
183-
from .lambdatools import f as _f # noqa: F401
184184
from .letdoutil import where # noqa: F401
185185
from .lazify import force, force1 # noqa: F401
186186
from .letsyntax import block, expr # noqa: F401

0 commit comments

Comments
 (0)