Skip to content

Commit

Permalink
Run codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Nov 28, 2023
1 parent 0ff9f45 commit b86be32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libcst/_typed_visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
UnaryOperation,
Yield,
)
from libcst._nodes.module import Module # noqa: F401
from libcst._nodes.module import ( # noqa: F401
Module,
)
from libcst._nodes.op import ( # noqa: F401
Add,
AddAssign,
Expand Down

0 comments on commit b86be32

Please sign in to comment.