HazyResearch/fonduer

View on GitHub
src/fonduer/parser/models/sentence.py

Summary

Maintainability
A
2 hrs
Test Coverage

File sentence.py has 260 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"""Fonduer sentence context model."""
from builtins import object
from typing import Any, Dict

from sqlalchemy import Column, ForeignKey, Integer, String, Text, UniqueConstraint
Severity: Minor
Found in src/fonduer/parser/models/sentence.py - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status