unitaryfund / metriq-client

Fork of papers-with-code client
https://metriq.info
Apache License 2.0
3 stars 9 forks source link

Extra Parenthesis with Metriq Client examples for token #100

Closed QuantumAli closed 1 year ago

QuantumAli commented 1 year ago

There is an extra parenthesis Proper way: client = MetriqClient(token=str(os.environ["METRIQ_CLIENT_API_KEY"])) what way is written: client = MetriqClient(token=os.environ(["METRIQ_CLIENT_API_KEY"])) (Extra parenthesis, and lack of str())

vprusso commented 1 year ago

Closed from https://github.com/unitaryfund/metriq-client/pull/104