Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 17, 2023
1 parent d2df4ff commit c6fa75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytransifex/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def create_project(
project_name: str | None = None,
source_language_code: str = "en_GB",
private: bool = False,
repository_url: str = None,
repository_url: str | None = None,
**kwargs,
) -> None | Resource:
"""Create a project."""
Expand Down

0 comments on commit c6fa75e

Please sign in to comment.