|
1 | | -############################ Copyrights and license ########################### |
2 | | -# # |
3 | | -# Copyright 2019 Rigas Papathanasopoulos <[email protected]> # |
4 | | -# Copyright 2023 Enrico Minack <[email protected]> # |
5 | | -# # |
6 | | -# This file is part of PyGithub. # |
7 | | -# http://pygithub.readthedocs.io/ # |
8 | | -# # |
9 | | -# PyGithub is free software: you can redistribute it and/or modify it under # |
10 | | -# the terms of the GNU Lesser General Public License as published by the Free # |
11 | | -# Software Foundation, either version 3 of the License, or (at your option) # |
12 | | -# any later version. # |
13 | | -# # |
14 | | -# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # |
15 | | -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # |
16 | | -# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more# |
17 | | -# details. # |
18 | | -# # |
19 | | -# You should have received a copy of the GNU Lesser General Public License # |
20 | | -# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. # |
21 | | -# # |
22 | | -############################################################################### |
| 1 | +############################ Copyrights and license ############################ |
| 2 | +# # |
| 3 | +# Copyright 2019 Rigas Papathanasopoulos <[email protected]> # |
| 4 | +# Copyright 2020 Steve Kowalik <[email protected]> # |
| 5 | +# Copyright 2021 Mark Walker <[email protected]> # |
| 6 | +# Copyright 2021 Steve Kowalik <[email protected]> # |
| 7 | +# Copyright 2023 Enrico Minack <[email protected]> # |
| 8 | +# Copyright 2023 Trim21 <[email protected]> # |
| 9 | +# # |
| 10 | +# This file is part of PyGithub. # |
| 11 | +# http://pygithub.readthedocs.io/ # |
| 12 | +# # |
| 13 | +# PyGithub is free software: you can redistribute it and/or modify it under # |
| 14 | +# the terms of the GNU Lesser General Public License as published by the Free # |
| 15 | +# Software Foundation, either version 3 of the License, or (at your option) # |
| 16 | +# any later version. # |
| 17 | +# # |
| 18 | +# PyGithub is distributed in the hope that it will be useful, but WITHOUT ANY # |
| 19 | +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS # |
| 20 | +# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more # |
| 21 | +# details. # |
| 22 | +# # |
| 23 | +# You should have received a copy of the GNU Lesser General Public License # |
| 24 | +# along with PyGithub. If not, see <http://www.gnu.org/licenses/>. # |
| 25 | +# # |
| 26 | +################################################################################ |
| 27 | + |
23 | 28 | from __future__ import annotations |
24 | 29 |
|
25 | 30 | import urllib.parse |
|
0 commit comments