Remove obsolete require

This commit is contained in:
Yarmo Mackenbach 2021-04-20 11:25:03 +02:00
parent 6d5517694d
commit 205c978980
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -13,7 +13,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
const openpgp = require('openpgp')
const validator = require('validator')
const validUrl = require('valid-url')
const mergeOptions = require('merge-options')
@ -26,6 +25,11 @@ const E = require('./enums')
/**
* OpenPGP-based identity claim
* @class
* @property {String} uri - The claim's URI
* @property {String} uri - The claim's URI
* @property {String} uri - The claim's URI
* @property {String} uri - The claim's URI
* @property {String} uri - The claim's URI
*/
class Claim {
/**
@ -75,8 +79,6 @@ class Claim {
/**
* Get the claim's URI
* @function
* @returns {string}
*/
get uri() {
return this._uri