Skip to content

Commit

Permalink
Fix lint in ReactUpdates (#8225)
Browse files Browse the repository at this point in the history
I was a bit too trigger happy.
  • Loading branch information
sebmarkbage authored Nov 7, 2016
1 parent 90878df commit a92b830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderers/shared/stack/reconciler/ReactUpdates.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

'use strict';

var CallbackQueue = require('CallbackQueue');
var PooledClass = require('PooledClass');
var ReactFeatureFlags = require('ReactFeatureFlags');
var ReactReconciler = require('ReactReconciler');
Expand Down

0 comments on commit a92b830

Please sign in to comment.