Skip to content

removed get_default_user_timezone and replaced with placeholder value… #1415

removed get_default_user_timezone and replaced with placeholder value…

removed get_default_user_timezone and replaced with placeholder value… #1415

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
format-code:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rickstaa/action-black@v1
with:
black_args: ". --safe"