Skip to content

Commit

Permalink
s/Dataset/create_dataset/
Browse files Browse the repository at this point in the history
  • Loading branch information
inglesp committed Nov 7, 2023
1 parent ae27de5 commit c84e02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analysis/dataset_definition.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ehrql import Dataset
from ehrql import create_dataset
from ehrql.tables.beta.tpp import patients, practice_registrations

dataset = Dataset()
dataset = create_dataset()

index_date = "2020-03-31"

Expand Down

0 comments on commit c84e02a

Please sign in to comment.