added os import

Signed-off-by: Hao Luo <howlowck@gmail.com>
This commit is contained in:
Hao Luo
2022-10-27 17:03:44 -05:00
parent 7aec2d97e6
commit 5b00f413cd
@@ -14,6 +14,7 @@
* limitations under the License.
*/
import os from 'os';
import { getVoidLogger, DatabaseManager } from '@backstage/backend-common';
import { ConfigReader } from '@backstage/config';
import { DatabaseTaskStore } from './DatabaseTaskStore';