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

style: format code with Ruff Formatter #44

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update demo_code.py
  • Loading branch information
parth-deepsource authored Aug 5, 2024
commit 9306cfd7549cef5702d6fb29393358462eb92d5f
1 change: 1 addition & 0 deletions demo_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# from django.db.models.expressions import RawSQL

AWS_SECRET_KEY = "d6s$f9g!j8mg7hw?n&2"
breakpoint()


class BaseNumberGenerator:
Expand Down