Commit 8bd6f6a
committed
fix: Remove unused CUSTOM_RULE_START import and reference
The constant CUSTOM_RULE_START was removed from sentry.models.dynamicsampling
but the import and usage in dynamic_sampling/rules/utils.py was not cleaned up,
causing a runtime ImportError.1 parent 8af47f1 commit 8bd6f6a
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | | - | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| |||
0 commit comments