Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed Apr 2, 2020
1 parent 6e8d352 commit d747919
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions healthcare/api-client/hl7v2/hl7v2_messages_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import os
import pytest
import random
import sys
import uuid

Expand All @@ -30,8 +29,6 @@
project_id = os.environ['GOOGLE_CLOUD_PROJECT']
service_account_json = os.environ['GOOGLE_APPLICATION_CREDENTIALS']

# assume we can access the OS provied raondom source.
random.seed()
dataset_id = 'test_dataset_{}'.format(uuid.uuid4())
hl7v2_store_id = 'test_hl7v2_store-{}'.format(uuid.uuid4())
hl7v2_message_file = 'resources/hl7-sample-ingest.json'
Expand Down
3 changes: 0 additions & 3 deletions healthcare/api-client/hl7v2/hl7v2_stores_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import os
import pytest
import random
import sys
import uuid

Expand All @@ -27,8 +26,6 @@
project_id = os.environ['GOOGLE_CLOUD_PROJECT']
service_account_json = os.environ['GOOGLE_APPLICATION_CREDENTIALS']

# assume we can access the OS provied raondom source.
random.seed()
dataset_id = 'test_dataset_{}'.format(uuid.uuid4())
hl7v2_store_id = 'test_hl7v2_store-{}'.format(uuid.uuid4())

Expand Down

0 comments on commit d747919

Please sign in to comment.