File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
end_to_end_tests/golden-record Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ dmypy.json
20
20
.idea /
21
21
22
22
/coverage.xml
23
- /.coverage
23
+ /.coverage
Original file line number Diff line number Diff line change @@ -84,4 +84,4 @@ If you want to install this client into another project without publishing it (e
84
84
1 . If that project ** is using Poetry** , you can simply do ` poetry add <path-to-this-client> ` from that project
85
85
1 . If that project is not using Poetry:
86
86
1 . Build a wheel with ` poetry build -f wheel `
87
- 1 . Install that wheel from the other project ` pip install <path-to-wheel> `
87
+ 1 . Install that wheel from the other project ` pip install <path-to-wheel> `
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ exclude = '''
36
36
37
37
[tool .isort ]
38
38
line_length = 120
39
- profile = " black"
39
+ profile = " black"
You can’t perform that action at this time.
0 commit comments