Skip to content

Commit baad875

Browse files
arthaudfacebook-github-bot
authored andcommitted
Fix unused import errors
Summary: See https://github.com/facebook/pyre-check/actions/runs/6114821847/job/16597179238 Reviewed By: grievejia Differential Revision: D49093095 fbshipit-source-id: ad85403a17814c11853ac83f49dbdc3409308b00
1 parent 19e6a40 commit baad875

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/commands/subscription.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717

1818
import dataclasses
1919
import json
20-
from typing import List, Optional, Union
21-
22-
from .. import error
20+
from typing import Optional, Union
2321

2422
from . import incremental
2523

0 commit comments

Comments
 (0)