Skip to content

Commit 096ea7a

Browse files
committed
Jac/git actions (#1077)
* update pypi task to check tags * add wheel to publishing step * add black step
1 parent 9570eaa commit 096ea7a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
run: |
3030
black --check --line-length 120 tableauserverclient samples test
3131
32+
- name: Format with black
33+
run: |
34+
black --check --line-length 120 tableauserverclient samples test
35+
3236
- name: Test with pytest
3337
if: always()
3438
run: |

tableauserverclient/models/project_item.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
from typing import List, Optional
1010

1111

12-
from typing import List, Optional, TYPE_CHECKING
13-
14-
1512
class ProjectItem(object):
1613
class ContentPermissions:
1714
LockedToProject: str = "LockedToProject"

0 commit comments

Comments
 (0)