Skip to content

Commit

Permalink
Remove old Transport interface (ott-jax#243)
Browse files Browse the repository at this point in the history
* Remove `Transport` interface

* Remove `_version.py` from coverage
  • Loading branch information
michalk8 authored Feb 8, 2023
1 parent b226202 commit 013ee6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 218 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,11 @@ markers = [

[tool.coverage.run]
branch = true
parallel = true
source = ["src/"]
omit = ["*/__init__.py"]
omit = [
"*/__init__.py",
"*/_version.py",
]

[tool.coverage.report]
exclude_lines = [
Expand Down
216 changes: 0 additions & 216 deletions src/ott/tools/transport.py

This file was deleted.

0 comments on commit 013ee6f

Please sign in to comment.