Import is not thread safe
The FieldType
class depends on global state being set in the prepare
class method. This makes it thread-unsafe.
The FieldType
class depends on global state being set in the prepare
class method. This makes it thread-unsafe.