Skip to content

Commit

Permalink
ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Nov 13, 2024
1 parent b2eeed1 commit 70a37b1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions run/src/suggestions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {
type ParsedPatchType,
type ParsedPatchFileDataType,
type ParsedPatchModifiedLineType,
} from "parse-git-patch";
import { type ParsedPatchType } from "parse-git-patch";

import { Hunks } from "./hunk";
import { type NonEmpty } from "./non-empty";
import * as NE from "./non-empty";

export type Suggestion = {
Expand Down

0 comments on commit 70a37b1

Please sign in to comment.