Skip to content

Commit

Permalink
Format files with black
Browse files Browse the repository at this point in the history
  • Loading branch information
PyGamer0 authored and actions-user committed Dec 1, 2022
1 parent 28ec1b5 commit fa4fdb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flax/lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

__all__ = ["TOKEN_TYPE", "tokenise"]


def tokenise(program):
"""tokenise: convert program into tokens"""
tokens = []
Expand Down

0 comments on commit fa4fdb7

Please sign in to comment.