Skip to content

Commit

Permalink
removing linting and testing error
Browse files Browse the repository at this point in the history
  • Loading branch information
shimilgithub committed Feb 9, 2024
1 parent 863c94a commit 7a76a54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import db_models
from database import engine
from dependencies import get_db, log
from routers import auth_api
from auth.authentication import create_super_user
# pylint: enable=E0401

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ services:
- 5432
ports:
# HOST:CONTAINER
- "5432:5432"
- "5433:5432"
networks:
- VE-network
volumes:
Expand Down

0 comments on commit 7a76a54

Please sign in to comment.