Skip to content

Fixed load_user when user.faction_id == null #1769

Fixed load_user when user.faction_id == null

Fixed load_user when user.faction_id == null #1769

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--line-length 120 --check"
src: "."