Skip to content

Commit

Permalink
Fix lint by removing unneeded type import
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Nov 2, 2016
1 parent d3ee9c6 commit 9b9378f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderers/shared/fiber/ReactFiberBeginWork.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import type { ReactCoroutine } from 'ReactCoroutine';
import type { Fiber } from 'ReactFiber';
import type { HostConfig } from 'ReactFiberReconciler';
import type { PriorityLevel } from 'ReactPriorityLevel';
import ReactCurrentOwner from 'ReactCurrentOwner';

var {
Expand Down

0 comments on commit 9b9378f

Please sign in to comment.