Commit 99709e93 authored by Paul Deveau's avatar Paul Deveau Committed by Facebook GitHub Bot
Browse files

Remove unused import

Summary:
Pull Request resolved: https://github.com/facebookresearch/d2go/pull/476

Removing unused List import from typing

Reviewed By: wat3rBro

Differential Revision: D43358109

fbshipit-source-id: 10d4b2289957657fd17f62b8fea073bb1db6dc10
parent 6f43a43a
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
import contextlib import contextlib
import copy import copy
import logging import logging
from typing import Dict, List from typing import List
import mock import mock
import yaml import yaml
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment