Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2023
1 parent fac28b2 commit 349a802
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion reiz/schema/builders/esdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def construct(self):


class ESDLSchemaGenerator(pyasdl.ASDLVisitor, BaseSchemaGenerator):

TYPE_MAP = {
"int": "int64",
"string": "str",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ long_description_content_type = text/markdown
url = https://github.com/isidentical/reizio
author = isidentical
author_email = isidentical@gmail.com
license_file = LICENSE.txt
license_files = LICENSE.txt
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Expand Down

0 comments on commit 349a802

Please sign in to comment.