forked from elchicodepython/python-nocodb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 9b069ee
authored
Specify inheritance of APIToken and JWTAuthToken to AuthToken (elchicodepython#12)
This omits the Pyright warning when an APIToken/JWAuthToken is used in the
creation of a new NocoDBRequests instance.1 parent c1d59ff commit 9b069ee
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | - | ||
35 | + | ||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | - | ||
43 | + | ||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
0 commit comments