mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Remove duplicate require
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
fs = require 'fs'
|
||||
path = require 'path'
|
||||
_ = require 'underscore-plus'
|
||||
fs = require 'fs-plus'
|
||||
|
||||
Reference in New Issue
Block a user