mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
Linting
This commit is contained in:
+3
-3
@@ -2,9 +2,9 @@
|
||||
|
||||
// simple nodejs script to test sdnext api
|
||||
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const process = require('process');
|
||||
const fs = require('node:fs');
|
||||
const path = require('node:path');
|
||||
|
||||
const argparse = require('argparse');
|
||||
|
||||
const sd_url = process.env.SDAPI_URL || 'http://127.0.0.1:7860';
|
||||
|
||||
Reference in New Issue
Block a user