Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 26, 2024
1 parent f04a57e commit 7c93813
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions parserator/data_prep_utils.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/python

from lxml import etree

import csv

from lxml import etree


class TrainingData:
def __init__(self, xml=None, module=None):
Expand Down
7 changes: 5 additions & 2 deletions tests/test_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
# -*- coding: utf-8 -*-

from __future__ import print_function
from parserator import data_prep_utils
from lxml import etree

import unittest

from lxml import etree

from parserator import data_prep_utils


class Mock(object):
pass
Expand Down

0 comments on commit 7c93813

Please sign in to comment.