Skip to content

Commit

Permalink
conformity with stricter pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
meteopascal authored Aug 3, 2023
1 parent 84505c7 commit 9fb0c92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_fancies_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
from unittest import TestCase, main

from bronx.fancies import dump
from bronx.fancies.dump import TxtDumper, JsonableDumper, XmlDomDumper,\
OneLineTxtDumper
from bronx.fancies.dump import TxtDumper, JsonableDumper, XmlDomDumper, OneLineTxtDumper


class Foo:
Expand Down

0 comments on commit 9fb0c92

Please sign in to comment.