jet-admin / jet-bridge

Consider decorating method with @staticmethod PYL-R0201
Performance
Major
1 occurrence in this check
Method doesn't use the class instance and could be converted into a static method
249            field = desc(field)
250        return field
251
252    def get_column(self, session, name, **kwargs):253        if get_session_engine(session) == 'oracle':
254            name = quoted_name(name, True)
255        return column(name, **kwargs)