Skip to content

Commit

Permalink
relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rvosa committed Aug 30, 2024
1 parent 52935e0 commit fa4abd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions barcode_validator/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
import traceback
from datetime import datetime
from typing import Optional
from .config import Config
from .core import BarcodeValidator
from .github import GitHubClient
from barcode_validator.config import Config
from barcode_validator.core import BarcodeValidator
from barcode_validator.github import GitHubClient


GITHUB_TOKEN = os.environ.get('GITHUB_TOKEN')
Expand Down

0 comments on commit fa4abd5

Please sign in to comment.