Skip to content

Commit

Permalink
update cases (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiwei authored Apr 20, 2023
1 parent 314d69c commit cbf4271
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-

from __future__ import absolute_import
from __future__ import unicode_literals

import os
import unittest

Expand Down
3 changes: 0 additions & 3 deletions tests/test_fromfile.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-

from __future__ import with_statement
from __future__ import absolute_import
from __future__ import unicode_literals
import os
import unittest
from junitparser import (
Expand Down
4 changes: 0 additions & 4 deletions tests/test_general.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# -*- coding: utf-8 -*-

from __future__ import absolute_import
from __future__ import unicode_literals
from __future__ import with_statement

import locale
import unittest
from copy import deepcopy
Expand Down

0 comments on commit cbf4271

Please sign in to comment.