Skip to content

Commit

Permalink
Update retriever.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andresp authored Oct 6, 2024
1 parent 6717f7c commit 6ef02d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docsismodem/retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from requests.packages import urllib3
import schedule
import time
from collectionJob import CollectionJob
from probe import Probe
from docsismodem.collectionJob import CollectionJob
from docsismodem.probe import Probe
from docsismodem.modems import ObservableModemFactory

from flask import Flask
Expand Down

0 comments on commit 6ef02d4

Please sign in to comment.