Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jul 10, 2024
1 parent 07f1519 commit fa30257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ga4gh/core/entity_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
Instead, users should use one of the following:
* `from ga4gh.core import entity_models`, and refer to models with the
abbreviated name, e.g., `entity_models.Method` (recommended)
abbreviated name, e.g., `entity_models.Coding` (recommended)
* `import ga4gh.core`, and refer to models using the fully-qualified
module name, e.g., `ga4gh.core.entity_models.Method`
module name, e.g., `ga4gh.core.entity_models.Coding`
"""
from typing import Any, Dict, Literal, Annotated, Optional, Union, List
from enum import Enum
Expand Down

0 comments on commit fa30257

Please sign in to comment.