Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Nakoryakov committed May 3, 2019
1 parent 5b71250 commit 435add3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion jam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import typing as typing
import logging
from dataclasses import dataclass
from typing import get_type_hints

from marshmallow import fields, post_load
from marshmallow.schema import SchemaMeta as BaseSchemaMeta, BaseSchema, with_metaclass
Expand Down
1 change: 0 additions & 1 deletion jam/tests/test_annotation_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import datetime as dt
import uuid
import decimal
from dataclasses import dataclass

import pytest

Expand Down

0 comments on commit 435add3

Please sign in to comment.