Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Jul 29, 2022
1 parent 1f87b49 commit 6b6a1de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ classifiers = [
"Typing :: Typed",
]
include = [
"CHANGELOG.md",
{ path = "extensions/**", format = "sdist" },
]
packages = [
Expand Down
2 changes: 1 addition & 1 deletion starlite/route_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from starlite.routes import BaseRoute


class RouteMap:
class RouteMap: # pragma: no cover
def __init__(self, debug: bool = False):
"""
Create a new RouteMap
Expand Down

0 comments on commit 6b6a1de

Please sign in to comment.