Add extra blank lines in booking_system and meetings views to improve code structure and visual separation between logical sections. This enhances code readability without affecting functionality. Changes: - booking_system/views.py: added blank line after availability_system section - meetings/views.py: added blank line after get_queryset method |
||
|---|---|---|
| .. | ||
| migrations | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| email_service.py | ||
| models.py | ||
| serializers.py | ||
| tasks.py | ||
| tests.py | ||
| urls.py | ||
| views.py | ||