Skip to content

Commit

Permalink
🔧 (liquibase.spec.ts): remove unused POSTGRESQL_DEFAULT_CONFIG import…
Browse files Browse the repository at this point in the history
… to clean up code and improve maintainability
  • Loading branch information
jandroav committed Jun 20, 2024
1 parent 42fca30 commit 9b0a5af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/liquibase.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import {
UpdateOneChangesetSQLCommandAttributes,
} from './index';
import { LiquibaseConfig } from './models/index';
import { POSTGRESQL_DEFAULT_CONFIG } from './constants/defaults/postgresql-default.config';
import { join } from 'path';
import { LiquibaseCommands } from './enums';
require('dotenv').config();
Expand Down

0 comments on commit 9b0a5af

Please sign in to comment.