diff --git a/journals/2023_02_15.md b/journals/2023_02_15.md index 5d2c5f28..49eada74 100644 --- a/journals/2023_02_15.md +++ b/journals/2023_02_15.md @@ -6,4 +6,6 @@ git branch --set-upstream-to=origin/master master ``` - [Tyk](https://tyk.io/docs/apim/open-source/) #Software #OpenSource - - Tyk is an open source Enterprise API Gateway, supporting REST, GraphQL, TCP and gRPC protocols. \ No newline at end of file + - Tyk is an open source Enterprise API Gateway, supporting REST, GraphQL, TCP and gRPC protocols. +- Code Formatting for #Python + - ``black -l 120 . && isort --profile black -l 120 .`` \ No newline at end of file