Skip to content

Commit

Permalink
feat: rebase for conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
luhanamz committed Sep 3, 2021
1 parent 296630f commit a079e01
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/amplify-cli-core/src/state-manager/stateManager.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import * as fs from 'fs-extra';
import * as path from 'path';
import _ from 'lodash';
import Ajv from "ajv";
import { PathConstants, PathManager, pathManager } from './pathManager';
import { $TSMeta, $TSTeamProviderInfo, $TSAny, DeploymentSecrets, writeCFNTemplate, readCFNTemplate } from '..';
import { pathManager } from './pathManager';
import { $TSMeta, $TSTeamProviderInfo, $TSAny, DeploymentSecrets, HooksConfig } from '..';
import { JSONUtilities } from '../jsonUtilities';
import { SecretFileMode } from '../cliConstants';
import { HydrateTags, ReadTags, Tag } from '../tags';
Expand Down

0 comments on commit a079e01

Please sign in to comment.