Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Oct 19, 2024
1 parent 20c0b41 commit 291ebfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import type usage from './browsers/usage.ts'

export type ReleaseDate = Date | null | undefined

export type KnownBrowser = {
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-usage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { WEEK } from '$std/datetime/mod.ts'

import { parse, stringify } from '@std/csv'
import { parse } from '@std/csv'

async function fetchCSV(url: string): Promise<string> {
const response = await fetch(url)
Expand Down

0 comments on commit 291ebfc

Please sign in to comment.