Skip to content

Commit

Permalink
removing sys import
Browse files Browse the repository at this point in the history
  • Loading branch information
AsherGlick committed Feb 4, 2024
1 parent b0cb07b commit 43d8f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml_converter/generators/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from util import capitalize, SchemaType, Document
from generate_cpp import write_cpp_classes, write_attribute
import argparse
import sys


XML_ATTRIBUTE_REGEX: Final[str] = "^[A-Za-z]+$"
PROTO_FIELD_REGEX: Final[str] = "^[a-z_.]+$"
Expand Down

0 comments on commit 43d8f7d

Please sign in to comment.