Skip to content

Commit

Permalink
auto: code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb committed Aug 18, 2021
1 parent 70d466f commit cd29ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion xapps2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import asyncio
import logging
import re
from typing import Coroutine, List, Optional

import yaml
Expand Down
3 changes: 2 additions & 1 deletion xapps2/nikgappsdl.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
__all__ = ["get_nikgapps"]

from typing import Iterator, Literal, Optional
import re
from typing import Iterator, Literal, Optional

import feedparser


Expand Down

0 comments on commit cd29ce8

Please sign in to comment.