Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Oct 22, 2023
1 parent 4c4796b commit 0ce42ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/legacy/legacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Warp } from 'warp-contracts'
import { ArtByCityConfig } from '../config'
import VerifiedCreators from './verified-creators.json'
import LegacyTransactions from './transactions'
import ArtByCityUsernames from '../usernames/usernames'
import LegacyMemcache from './memcache'
import {
LegacyProfile,
Expand Down
1 change: 0 additions & 1 deletion test/e2e/usernames.e2e.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import('mocha') // NB: this style import makes both webpack and typescript happy
import chai, { expect } from 'chai'
import chaiAsPromised from 'chai-as-promised'
import * as sinon from 'sinon'
import sinonChai from 'sinon-chai'
import Arweave from 'arweave'

Expand Down

0 comments on commit 0ce42ae

Please sign in to comment.