Skip to content

Commit

Permalink
Fix 1P and 3P section formats in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck committed Jul 19, 2024
1 parent 92b28e0 commit 603ae8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/promptflow-evals/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@ skip_glob = [
"pytest/**",
"samples/**",
]
known_third_party = azure,mock,numpy,pandas,pydash,pytest,pytest_mock,requests,setuptools,six,sklearn,tqdm,urllib3,utilities,utils,yaml,jsonschema,strictyaml,jwt,pathspec,isodate,docker
known_first_party = promptflow
known_third_party = ["azure", "mock", "numpy", "pandas", "pydash", "pytest", "pytest_mock", "requests", "setuptools", "six", "sklearn", "tqdm", "urllib3", "utilities", "utils", "yaml", "jsonschema", "strictyaml", "jwt", "pathspec", "isodate", "docker"]
known_first_party = ["promptflow"]

0 comments on commit 603ae8c

Please sign in to comment.