HTTP-APIs / hydra-python-core

This library provides the core functions to implement Hydra Official Specification in Python
MIT License
14 stars 19 forks source link

chore: wrong import docs HydraClass #68

Closed king-11 closed 3 years ago

king-11 commented 3 years ago

HydraDoc was imported instead of HydraClass

Fixes #67

Checklist

Description

Correctly import HydraClass instead of HydraDoc

Change logs

king-11 commented 3 years ago

@priyanshunayan updated for apidoc too