Skip to content

Commit

Permalink
Optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
birgirst committed Mar 2, 2018
1 parent 445bd6d commit b2f3695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/models/common.py
Expand Up @@ -5,7 +5,7 @@
import six

from ..base import Model
from ..fields import Field, ReadOnlyField, RequiredField
from ..fields import Field, ReadOnlyField


class ObjectMeta(Model):
Expand Down

0 comments on commit b2f3695

Please sign in to comment.