Skip to content

Commit

Permalink
Testing linting with package caching
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbalakirev committed Mar 22, 2024
1 parent 8f24129 commit 01f2bb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
setuptools~=65.5.0
virtualenv<20.22.0
#Flake8 and its plugins
flake8
pep8-naming
flake8-builtins
-r src/corbado_python_sdk/generated/requirements.txt
-r test-requirements.txt
4 changes: 4 additions & 0 deletions src/corbado_python_sdk/corbado_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ def create_generated_configuration(self) -> Configuration:
sdk = CorbadoSDK(config=config)
ret: ClientInfo = sdk.create_client_info(remote_address="1234", user_agent=" ")
print(ret)


def func(list):
print(list)

0 comments on commit 01f2bb4

Please sign in to comment.