Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
That's why you wait for the lint job to finish, Andrew!!!!!!
  • Loading branch information
acdlite committed Aug 12, 2019
1 parent 3eeb645 commit 62b04cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/react-reconciler/src/ReactFiberClassComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ import {
requestCurrentTime,
computeExpirationForFiber,
scheduleWork,
flushPassiveEffects,
} from './ReactFiberWorkLoop';
import {requestCurrentSuspenseConfig} from './ReactFiberSuspenseConfig';

Expand Down
1 change: 0 additions & 1 deletion packages/react-reconciler/src/ReactFiberHooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import {
import {
scheduleWork,
computeExpirationForFiber,
flushPassiveEffects,
requestCurrentTime,
warnIfNotCurrentlyActingEffectsInDEV,
warnIfNotCurrentlyActingUpdatesInDev,
Expand Down

0 comments on commit 62b04cf

Please sign in to comment.