rvinzent / django-dynamic-models

Dynamic Django models allow users to define, edit, and populate their own database schema.
MIT License
154 stars 46 forks source link

Fix style #38

Closed wieczorek1990 closed 3 years ago

wieczorek1990 commented 3 years ago

I've fixed those warnings from flake8:

django-dynamic-models % flake8 dynamic_models
dynamic_models/compat.py:4:5: F401 'django.contrib.postgres.fields.JSONField' imported but unused
dynamic_models/models.py:1:1: F401 'json' imported but unused
dynamic_models/schema.py:22:9: F841 local variable 'err' is assigned to but never used
django-dynamic-models % flake8 tests
tests/test_models.py:87:101: E501 line too long (107 > 100 characters)