Skip to content

Commit

Permalink
fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed May 9, 2022
1 parent 162f50f commit 9250636
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations
from dataclasses import dataclass
from frame_semantic_transformer.data.framenet import is_valid_frame

from frame_semantic_transformer.data.task_samples.TaskSample import TaskSample

Expand Down
1 change: 0 additions & 1 deletion frame_semantic_transformer/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
load_sesame_test_samples,
load_sesame_dev_samples,
)
from frame_semantic_transformer.predict import predict_on_ids

DEFAULT_NUM_WORKERS = os.cpu_count() or 2
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 9250636

Please sign in to comment.