Skip to content

Commit

Permalink
Remove # -*- coding: utf-8 -*- header (#151)
Browse files Browse the repository at this point in the history
its and old python-2 relict
  • Loading branch information
Cube707 authored Jan 14, 2025
1 parent 9a83ab5 commit 0035874
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
Expand Down
2 changes: 0 additions & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import os
import pytest
from junitparser.cli import verify
Expand Down
2 changes: 0 additions & 2 deletions tests/test_fromfile.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import os
import pytest
from junitparser import (
Expand Down
2 changes: 0 additions & 2 deletions tests/test_general.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import locale
from copy import deepcopy
from xml.etree import ElementTree as etree
Expand Down
2 changes: 0 additions & 2 deletions tests/test_xunit2.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from junitparser.xunit2 import JUnitXml, TestSuite, TestCase, RerunFailure
from junitparser import Failure
from copy import deepcopy
Expand Down

0 comments on commit 0035874

Please sign in to comment.