Skip to content

Commit df3e842

Browse files
committed
removed unwanted fields, corrected formatting.
1 parent 5cf14c6 commit df3e842

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": [
1818
"pylint",
1919
"requests==2.32.3",
20-
'nose'
20+
"nose"
2121
],
2222
"dev": [
2323
"ipdb"

tap_asana/schemas/tags.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -107,24 +107,6 @@
107107
]
108108
}
109109
}
110-
},
111-
"offset": {
112-
"type": [
113-
"null",
114-
"string"
115-
]
116-
},
117-
"path": {
118-
"type": [
119-
"null",
120-
"string"
121-
]
122-
},
123-
"uri": {
124-
"type": [
125-
"null",
126-
"string"
127-
]
128110
}
129111
}
130112
}

0 commit comments

Comments
 (0)