Skip to content

Commit

Permalink
hopefully fix multiapi
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed May 14, 2024
1 parent 9b21837 commit e31a16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def serialize(self, code_model: CodeModel, no_async: Optional[bool]) -> None:

if not code_model.client.client_side_validation:
codegen_env = Environment(
loader=PackageLoader("autorest.codegen", "templates"),
loader=PackageLoader("pygen.codegen", "templates"),
keep_trailing_newline=True,
line_statement_prefix="##",
line_comment_prefix="###",
Expand Down
2 changes: 1 addition & 1 deletion packages/autorest.python/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ignore_missing_imports = True
[mypy-autorest.common.python_mappings.*]
ignore_missing_imports = True

[mypy-autorest.codegen.models.*]
[mypy-pygen.codegen.models.*]
ignore_missing_imports = True

[mypy-setuptools]
Expand Down

0 comments on commit e31a16f

Please sign in to comment.