Skip to content

Commit

Permalink
chore: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 10, 2022
1 parent e82ad24 commit 256991e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocdskit/cli/commands/mapping_sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def handle(self):

try:
mapping_sheet(schema, sys.stdout, order_by=self.args.order_by, infer_required=self.args.infer_required,
extension_field=self.args.extension_field, include_codelist=self.args.codelist,
include_deprecated=not self.args.no_deprecated, include_definitions=self.args.no_replace_refs)
extension_field=self.args.extension_field, include_deprecated=not self.args.no_deprecated,
include_codelist=self.args.codelist, include_definitions=self.args.no_replace_refs)
except MissingColumnError as e:
raise CommandError(str(e)) from e

0 comments on commit 256991e

Please sign in to comment.