Skip to content

Commit 3ed3172

Browse files
committed
remove utf-8 encoding headers
1 parent e393c40 commit 3ed3172

261 files changed

Lines changed: 0 additions & 294 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pyglossary/arabic_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# -*- coding: utf-8 -*-

pyglossary/compress.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""This module is used in plugins."""
32

43
from __future__ import annotations

pyglossary/ebook_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# The MIT License (MIT)
32

43
# Copyright © 2012-2016 Alberto Pettarin (alberto@albertopettarin.it)

pyglossary/entry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
from __future__ import annotations
32

43
import logging

pyglossary/entry_base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from __future__ import annotations
42

53
import warnings

pyglossary/entry_filters.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
from __future__ import annotations
32

43
import logging

pyglossary/entry_list.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
#
32
# Copyright © 2025 Saeed Rasooli <saeed.gnu@gmail.com> (ilius)
43
# This file is part of PyGlossary project, https://github.com/ilius/pyglossary

pyglossary/glossary.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
#
32
# Copyright © 2008-2022 Saeed Rasooli <saeed.gnu@gmail.com> (ilius)
43
# This file is part of PyGlossary project, https://github.com/ilius/pyglossary

pyglossary/glossary_info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
#
32
# Copyright © 2025 Saeed Rasooli <saeed.gnu@gmail.com> (ilius)
43
# This file is part of PyGlossary project, https://github.com/ilius/pyglossary

pyglossary/glossary_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""This module is used in plugins."""
32

43
from __future__ import annotations

0 commit comments

Comments
 (0)