mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update callback_data.py
This commit is contained in:
parent
419bc5878f
commit
6d12b1f2a7
@ -17,15 +17,14 @@ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
|||||||
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
||||||
OR OTHER DEALINGS IN THE SOFTWARE.
|
OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
|
This file was added during the pull request. The maintainers overlooked that it was copied
|
||||||
|
"as is" from another project and they do not consider it as a right way to develop a project.
|
||||||
|
However, due to backward compatibility we had to leave this file in the project with the above
|
||||||
|
copyright added, as it is required by the original project license.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
"""
|
|
||||||
This file was added during the pull request. The maintainers overlooked that
|
|
||||||
it was copied "as is" from another project and they do not consider it as a
|
|
||||||
right way to develop a project. However, due to backward compatibility we had
|
|
||||||
to leave this file in the project with the above copyright added,
|
|
||||||
as it is required by the original project license.
|
|
||||||
"""
|
|
||||||
import typing
|
import typing
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user