Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JPXKQX committed Jun 25, 2024
1 parent b8b558d commit 7f6f4bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ _version.py
*.code-workspace

/config*
*.pt
*.pt
4 changes: 2 additions & 2 deletions src/anemoi/graphs/create.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import logging
import os

import torch
from anemoi.utils.config import DotDict
from hydra.utils import instantiate
from torch_geometric.data import HeteroData

import logging

logger = logging.getLogger(__name__)


Expand Down
2 changes: 1 addition & 1 deletion src/anemoi/graphs/edges/attributes.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import logging
from abc import ABC
from abc import abstractmethod
from typing import Optional

import logging
import numpy as np
from torch_geometric.data import HeteroData

Expand Down

0 comments on commit 7f6f4bd

Please sign in to comment.