Skip to content

Commit

Permalink
Fix unused import errors
Browse files Browse the repository at this point in the history
Summary: See https://github.com/facebook/pyre-check/actions/runs/6114821847/job/16597179238

Reviewed By: grievejia

Differential Revision: D49093095

fbshipit-source-id: ad85403a17814c11853ac83f49dbdc3409308b00
  • Loading branch information
arthaud authored and facebook-github-bot committed Sep 8, 2023
1 parent 19e6a40 commit baad875
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/commands/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@

import dataclasses
import json
from typing import List, Optional, Union

from .. import error
from typing import Optional, Union

from . import incremental

Expand Down

0 comments on commit baad875

Please sign in to comment.