diff --git a/eos/db/gamedata/attribute.py b/eos/db/gamedata/attribute.py index e6bcc80c8..3f880c026 100644 --- a/eos/db/gamedata/attribute.py +++ b/eos/db/gamedata/attribute.py @@ -18,7 +18,7 @@ #=============================================================================== from sqlalchemy import Table, Column, Integer, Float, Unicode, ForeignKey, String, Boolean -from sqlalchemy.orm import relation, mapper, synonym, deferred, remote +from sqlalchemy.orm import relation, mapper, synonym, deferred from sqlalchemy.ext.associationproxy import association_proxy from eos.types import Attribute, Icon, AttributeInfo, Unit from eos.db import gamedata_meta