Skip to content

Commit

Permalink
Avoid import * if possible (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosthekiss committed Mar 18, 2023
1 parent a4fff1d commit f1f0952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grammarinator/runtime/serializer.py
@@ -1,11 +1,11 @@
# Copyright (c) 2017-2020 Renata Hodovan, Akos Kiss.
# Copyright (c) 2017-2023 Renata Hodovan, Akos Kiss.
#
# Licensed under the BSD 3-Clause License
# <LICENSE.rst or https://opensource.org/licenses/BSD-3-Clause>.
# This file may not be copied, modified, or distributed except
# according to those terms.

from .tree import *
from .tree import UnlexerRule, UnparserRule


def simple_space_serializer(root):
Expand Down

0 comments on commit f1f0952

Please sign in to comment.