Skip to content

Commit

Permalink
addressing lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirov103 committed Oct 23, 2024
1 parent e607952 commit 1c697ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bin/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
import * as cdk from 'aws-cdk-lib';
import BlueprintIPV6Construct from '../examples/blueprint-ipv6-construct';
//import BlueprintIPV6Construct from '../examples/blueprint-ipv6-construct';
import BlueprintIPv4Construct from "../examples/blueprint-ipv4-construct";

const app = new cdk.App();
Expand Down
1 change: 0 additions & 1 deletion examples/blueprint-construct/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import * as iam from 'aws-cdk-lib/aws-iam';
import * as kms from 'aws-cdk-lib/aws-kms';
import { Construct } from "constructs";
import * as blueprints from '../../lib';
import { logger, userLog } from '../../lib/utils';
import * as team from '../teams';
import { CfnWorkspace } from 'aws-cdk-lib/aws-aps';
import {
Expand Down

0 comments on commit 1c697ef

Please sign in to comment.