Skip to content

Commit b1b4bab

Browse files
Clean up
1 parent 7b5dd7c commit b1b4bab

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
def funk(a: int):
2+
pass
3+
---
4+
5+
[#1 Range] =
6+
[#1 Domain] = 0:9-0:15
7+
>------<
8+
0| def funk(a: int):
9+
10+
11+
[#2 Range] =
12+
[#2 Domain] = 1:4-1:8
13+
>----<
14+
1| pass

packages/common/src/scopeSupportFacets/python.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types";
22
import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
33

4-
const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
4+
const { supported, notApplicable } = ScopeSupportFacetLevel;
55

66
export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
77
"name.foreach": supported,

0 commit comments

Comments
 (0)