Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made tokens external to allow parallelism + CI updates #5

Closed
wants to merge 1 commit into from

Made tokens external to allow parallelism + CI updates

514fd2c
Select commit
Loading
Failed to load commit list.
Closed

Made tokens external to allow parallelism + CI updates #5

Made tokens external to allow parallelism + CI updates
514fd2c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 28, 2024 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 27 in examples/auth_example.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'auth_token' is unnecessary as it is
redefined
before this value is used.

Check warning on line 44 in examples/file_api_example.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'res' is unnecessary as it is
redefined
before this value is used.

Check warning on line 75 in examples/file_api_example.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'res' is unnecessary as it is
redefined
before this value is used.