Skip to content

Commit

Permalink
Remove all the outdated version markers
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Aug 19, 2022
1 parent 3276d62 commit 5c25bee
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cdp_backend/pipeline/event_gather_pipeline.py
Expand Up @@ -22,7 +22,7 @@
from ..file_store import functions as fs_functions
from ..sr_models import GoogleCloudSRModel, WebVTTSRModel
from ..utils import constants_utils, file_utils
from ..version import __version__
from .. import __version__
from . import ingestion_models
from .ingestion_models import EventIngestionModel, Session
from .pipeline_config import EventGatherPipelineConfig
Expand Down
2 changes: 1 addition & 1 deletion cdp_backend/sr_models/google_cloud_sr_model.py
Expand Up @@ -10,7 +10,7 @@
from spacy.lang.en import English

from ..pipeline import transcript_model
from ..version import __version__
from .. import __version__
from .sr_model import SRModel

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion cdp_backend/sr_models/webvtt_sr_model.py
Expand Up @@ -13,7 +13,7 @@
from webvtt.structures import Caption

from ..pipeline import transcript_model
from ..version import __version__
from .. import __version__
from .sr_model import SRModel

###############################################################################
Expand Down
6 changes: 0 additions & 6 deletions cdp_backend/version.py

This file was deleted.

0 comments on commit 5c25bee

Please sign in to comment.