Skip to content

Commit 04b2d5c

Browse files
committed
make flake 8 happy
1 parent 7ace5b4 commit 04b2d5c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

reproschema/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,4 @@ def reproschema2fhir(reproschema_questionnaire, output):
305305

306306

307307
if __name__ == "__main__":
308-
import sys
309-
310308
main(prog_name="reproschema")

reproschema/models/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from __future__ import annotations
22

3-
import re
4-
import sys
53
from datetime import date, datetime
64
from decimal import Decimal
75
from enum import Enum

0 commit comments

Comments
 (0)