Skip to content

Commit

Permalink
code styling
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <paul.horton@owasp.org>
  • Loading branch information
madpah committed Aug 22, 2022
1 parent ea0aa86 commit 7ec0197
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion serializable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import json
import logging
import re
import typing
import warnings
from copy import copy
from io import StringIO, TextIOWrapper
Expand Down
2 changes: 1 addition & 1 deletion tests/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from datetime import date
from enum import Enum, unique
from typing import Iterable, List, Optional, Set
from uuid import uuid4, UUID
from uuid import UUID, uuid4

import serializable
from serializable import XmlArraySerializationType
Expand Down
1 change: 0 additions & 1 deletion tests/test_oml_serializable_property.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

from serializable import ObjectMetadataLibrary
from serializable.helpers import Iso8601Date

from tests.model import BookEdition


Expand Down

0 comments on commit 7ec0197

Please sign in to comment.