Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Oct 30, 2023
1 parent 608d92e commit 8ac386f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions crowdin_api/api_resources/application/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ class ApplicationResource(BaseResource):
"""

def get_application_path(self, applicationIdentifier: str, path: str):

return f"applications/{applicationIdentifier}/api/{path}"

def get_application_data(self, applicationIdentifier: str, path: str):

"""
Get Application Data.
Expand Down
1 change: 0 additions & 1 deletion crowdin_api/client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import copy
from typing import Dict, Optional, Type, Union


from crowdin_api import api_resources
from crowdin_api.enums import PlatformType
from crowdin_api.exceptions import CrowdinException
Expand Down

0 comments on commit 8ac386f

Please sign in to comment.