Skip to content

Commit

Permalink
imports: fix basic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gil-air-may committed Jun 10, 2024
1 parent bab3dfb commit 8d6a24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/repo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from infrastructure.db import tab_db
from ..infrastructure.db import tab_db


def get_all_tabs():
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from fastapi import FastAPI
from core import repo
from .core import repo

app = FastAPI()

Expand Down

0 comments on commit 8d6a24c

Please sign in to comment.