Skip to content

Commit

Permalink
Fix CI to include parameterized for testing (#247)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #247

9b69c94 adds a dependency on this for testing that wasnt present in dev-requirements

Reviewed By: daniellepintz

Differential Revision: D40539766

fbshipit-source-id: c8f974c2d7e183e0b10fce700ef27786dca6e7a0
  • Loading branch information
ananthsub authored and facebook-github-bot committed Oct 20, 2022
1 parent 9d9a237 commit bf36265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
parameterized
pytest
pytest-cov
2 changes: 1 addition & 1 deletion torchtnt/runner/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# LICENSE file in the root directory of this source tree.

import logging
from typing import cast, Iterable, List, Optional
from typing import Iterable, List, Optional

import torch
from torchtnt.runner.callback import Callback
Expand Down

0 comments on commit bf36265

Please sign in to comment.