Skip to content

Commit 938b988

Browse files
committed
Remove links to decorator.py
Signed-off-by: Yury Pliner <[email protected]>
1 parent fe2a233 commit 938b988

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.coveragerc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[run]
22
branch = True
33
source = prometheus_client
4-
omit =
5-
prometheus_client/decorator.py
64

75
[paths]
86
source =

NOTICE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
Prometheus instrumentation library for Python applications
22
Copyright 2015 The Prometheus Authors
33

4-
This product bundles decorator 4.0.10 which is available under a "2-clause BSD"
5-
license. For details, see prometheus_client/decorator.py.

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[mypy]
2-
exclude = prometheus_client/decorator.py|prometheus_client/twisted|tests/test_twisted.py
2+
exclude = prometheus_client/twisted|tests/test_twisted.py
33
implicit_reexport = False
44
disallow_incomplete_defs = True

0 commit comments

Comments
 (0)