Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 26, 2024
1 parent b70157d commit 4998002
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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 -*-
#
# parserator documentation build configuration file, created by
# sphinx-quickstart on Tue Jan 20 12:22:44 2015.
Expand Down
4 changes: 1 addition & 3 deletions tests/test_xml.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

from __future__ import print_function

import unittest

Expand All @@ -10,7 +8,7 @@
from parserator import data_prep_utils


class Mock(object):
class Mock:
pass


Expand Down

0 comments on commit 4998002

Please sign in to comment.