Fix encoding in python scripts (#7733)

This commit is contained in:
Galunid 2024-06-05 19:07:24 +02:00 committed by GitHub
parent 7d1a378b8f
commit 7672adeec7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import annotations